Some small corrections.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2863 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2007-11-24 23:28:50 +00:00
parent 015e0c753b
commit 3543c7ae72
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -11,9 +11,9 @@ echo "and are stereo."
echo "N.B. This program isn't fast. Make a cup of tea or something."
echo "Press ENTER when ready."
read
read DUMMY
for FILE in *.{duk,DUK}; do
for FILE in *.duk *.DUK; do
if [ ! -r "$FILE" ]; then
continue
fi