projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75a4001
)
Updated mkcmds.sh.SH to match NUM_SWITCH_BYTES
author
Ari Johnson
<ari@cobramush.org>
Sat, 3 Mar 2007 03:52:38 +0000
(
03:52
+0000)
committer
Ari Johnson
<ari@cobramush.org>
Sat, 3 Mar 2007 03:52:38 +0000
(
03:52
+0000)
utils/mkcmds.sh.SH
patch
|
blob
|
history
diff --git
a/utils/mkcmds.sh.SH
b/utils/mkcmds.sh.SH
index 1de7acd3bceb690344ca7ca37f9dc8c8997ce07d..e455859cc93e6b5b6e487fa0ce5c25bc1b21b709 100644
(file)
--- a/
utils/mkcmds.sh.SH
+++ b/
utils/mkcmds.sh.SH
@@
-106,7
+106,7
@@
$echo "};" >> ../src/temp.$$.c
$echo ""
# NUM_BYTES from command.h * 8.
-if [ $snum -gt 1
60
]; then
+if [ $snum -gt 1
76
]; then
$echo "You have too many switches defined!"
fi