--- trunk/bin/BackupPC_updatedb 2005/08/28 18:29:44 94 +++ trunk/bin/BackupPC_updatedb 2005/08/30 09:55:34 95 @@ -216,7 +216,7 @@ ## update index ## -if ($opt{i} || ($index_path && ! -e $index_path)) { +if (($opt{i} || ($index_path && ! -e $index_path)) && !$opt{c}) { # update all print "force update of HyperEstraier index "; print "importing existing data" unless (-e $index_path);