diff options
author | Ole Kristian Lien <ole.k.lien@gmail.com> | 2010-01-19 07:47:45 +0000 |
---|---|---|
committer | Ole Kristian Lien <ole.k.lien@gmail.com> | 2010-01-19 07:47:45 +0000 |
commit | 8074760fd2ef4f1ca590245d6a4d1f2f061cfc86 (patch) | |
tree | ca90d816c1127a33bff1dead3fa6cb4b3f24d080 /tools/audio_extract | |
parent | 18ab242292edff93942639de3549ea222f02016f (diff) |
blabla
Diffstat (limited to 'tools/audio_extract')
-rw-r--r-- | tools/audio_extract | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/audio_extract b/tools/audio_extract index a37bcdf..9039ade 100644 --- a/tools/audio_extract +++ b/tools/audio_extract @@ -21,8 +21,8 @@ fi # FORMAT="wav" #fi -if [ ! -f $BASENAME.wav ]; then - echo " * File $BASENAME.wav does not exists:" +if [ ! -f $NAME.wav ]; then + echo " * File $NAME.wav does not exists:" echo -n " * Extracting audio ($FORMAT)..." if [ "$3" ]; then @@ -36,5 +36,5 @@ if [ ! -f $BASENAME.wav ]; then echo -e "OK!" else - echo " * File $BASENAME.wav already exists." + echo " * File $NAME.wav already exists." fi |