From 7ed05bbb49fba06cbcc4728eeafdcadcbba3cb89 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 31 Jan 2014 15:41:47 +0400 Subject: [PATCH] Fix path to set-path --- audio/mp3/recode-tags-list.sh | 2 +- audio/mp3/recode-tags-recursive.sh | 2 +- audio/mp3/recode-tags.sh | 2 +- audio/ogg/playlist2tags.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/mp3/recode-tags-list.sh b/audio/mp3/recode-tags-list.sh index e460a2b..a20ba97 100755 --- a/audio/mp3/recode-tags-list.sh +++ b/audio/mp3/recode-tags-list.sh @@ -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 diff --git a/audio/mp3/recode-tags-recursive.sh b/audio/mp3/recode-tags-recursive.sh index 9e52fb6..1d07933 100755 --- a/audio/mp3/recode-tags-recursive.sh +++ b/audio/mp3/recode-tags-recursive.sh @@ -17,7 +17,7 @@ else exit 1 fi -. "`dirname \"$0\"`"/../set-path +. "`dirname \"$0\"`"/../../set-path umask 022 if [ "$2" ]; then diff --git a/audio/mp3/recode-tags.sh b/audio/mp3/recode-tags.sh index 8f31112..abb88d2 100755 --- a/audio/mp3/recode-tags.sh +++ b/audio/mp3/recode-tags.sh @@ -20,7 +20,7 @@ fi cd "$1" || exit 1 -. "`dirname \"$0\"`"/../set-path +. "`dirname \"$0\"`"/../../set-path umask 022 if [ "$direction" = "koi2win" ]; then diff --git a/audio/ogg/playlist2tags.sh b/audio/ogg/playlist2tags.sh index 8504cce..8e9777a 100755 --- a/audio/ogg/playlist2tags.sh +++ b/audio/ogg/playlist2tags.sh @@ -5,7 +5,7 @@ if [ "$1" = "" ]; then exit 1 fi -. "`dirname \"$0\"`"/../set-path +. "`dirname \"$0\"`"/../../set-path umask 022 playlist="$1" -- 2.39.2