aboutsummaryrefslogtreecommitdiffstats
path: root/ffextract-audio
diff options
context:
space:
mode:
Diffstat (limited to 'ffextract-audio')
-rwxr-xr-xffextract-audio2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffextract-audio b/ffextract-audio
index 24ca2c1..f72425f 100755
--- a/ffextract-audio
+++ b/ffextract-audio
@@ -73,7 +73,7 @@ fi
recursive () {
for in_file in "${1}/"*; do
out_file="$2/$(basename -- "${in_file}")"
- if test -d "$f"; then
+ if test -d "${in_file}"; then
mkdir -p -- "${out_file}"
recursive "${in_file}" "${out_file}"
else