]> git.phdru.name Git - audio-cdr-video.git/blobdiff - audio/mp3/recode-tags-list.sh
Fix path to set-path
[audio-cdr-video.git] / audio / mp3 / recode-tags-list.sh
index e460a2b4ce7323aded98ff70dccc971b380abce3..a20ba97fd5624ee049ac4b42a7b802030069ccd8 100755 (executable)
@@ -23,7 +23,7 @@ if [ "`wc -c \"$1\" | awk '{print $1}'`" -ge 10000 ]; then
    exit 2
 fi
 
-. "`dirname \"$0\"`"/../set-path
+. "`dirname \"$0\"`"/../../set-path
 umask 022
 
 recode-tags.sh . $direction || exit 1