This commit is contained in:
Steve McIntyre 2006-11-25 03:20:51 +00:00
parent 04dcde6a8b
commit 40c9c0b3d0
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ cd $1
:> MD5SUMS
case $DO_JIGDO in
case $DOJIGDO in
0)
for file in `find * -name \*.raw`
do
@ -26,7 +26,7 @@ case $DO_JIGDO in
done
;;
*)
echo "DO_JIGDO not defined!"
echo "DOJIGDO not defined!"
exit 1
;;
esac