--- deliantra/server/utils/cfutil.in 2007/03/14 04:12:29 1.15 +++ deliantra/server/utils/cfutil.in 2007/03/14 15:47:21 1.16 @@ -77,7 +77,7 @@ } system $RSYNC, "-av", "$path/.", "$DATADIR/maps/.", "--delete", "--exclude", "CVS", "--delete-excluded" - or die "map installation failed.\n"; + and die "map installation failed.\n"; print "maps installed successfully.\n"; }