Updated mkcmds.sh.SH to match NUM_SWITCH_BYTES
authorAri Johnson <ari@cobramush.org>
Sat, 3 Mar 2007 03:52:38 +0000 (03:52 +0000)
committerAri Johnson <ari@theari.com>
Thu, 24 Mar 2011 15:58:45 +0000 (15:58 +0000)
(cherry picked from commit a2309d20d032693b5ce7d3994b8b0ba9acd29c40)

utils/mkcmds.sh.SH

index 1de7acd3bceb690344ca7ca37f9dc8c8997ce07d..e455859cc93e6b5b6e487fa0ce5c25bc1b21b709 100644 (file)
@@ -106,7 +106,7 @@ $echo "};" >> ../src/temp.$$.c
 $echo ""
 
 # NUM_BYTES from command.h * 8.
-if [ $snum -gt 160 ]; then
+if [ $snum -gt 176 ]; then
     $echo "You have too many switches defined!"
 fi