r5648 - trunk/data

esteel at icculus.org esteel at icculus.org
Fri Jan 23 09:40:08 EST 2009


Author: esteel
Date: 2009-01-23 09:40:08 -0500 (Fri, 23 Jan 2009)
New Revision: 5648

Modified:
   trunk/data/update-cvarcount.sh
Log:
countp -> counth as its called havoc now :P


Modified: trunk/data/update-cvarcount.sh
===================================================================
--- trunk/data/update-cvarcount.sh	2009-01-23 14:27:56 UTC (rev 5647)
+++ trunk/data/update-cvarcount.sh	2009-01-23 14:40:08 UTC (rev 5648)
@@ -2,9 +2,9 @@
 
 countd=`awk '/^seta? g_/ { print $2; }' defaultNexuiz.cfg | sort -u | md5sum | cut -c 1-32`
 countw=`awk '/^seta? g_/ { print $2; }' weapons.cfg       | sort -u | md5sum | cut -c 1-32`
-countp=`awk '/^seta? g_/ { print $2; }' weaponsHavoc.cfg  | sort -u | md5sum | cut -c 1-32`
+counth=`awk '/^seta? g_/ { print $2; }' weaponsHavoc.cfg  | sort -u | md5sum | cut -c 1-32`
 
-if [ "$countw" != "$countp" ]; then
+if [ "$countw" != "$counth" ]; then
 	echo "Mismatch between weapons.cfg and weaponsHavoc.cfg. Aborting."
 	exit 1
 fi




More information about the nexuiz-commits mailing list