Typo fix
This commit is contained in:
parent
04dcde6a8b
commit
40c9c0b3d0
|
@ -4,7 +4,7 @@ cd $1
|
||||||
|
|
||||||
:> MD5SUMS
|
:> MD5SUMS
|
||||||
|
|
||||||
case $DO_JIGDO in
|
case $DOJIGDO in
|
||||||
0)
|
0)
|
||||||
for file in `find * -name \*.raw`
|
for file in `find * -name \*.raw`
|
||||||
do
|
do
|
||||||
|
@ -26,7 +26,7 @@ case $DO_JIGDO in
|
||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "DO_JIGDO not defined!"
|
echo "DOJIGDO not defined!"
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue