From ef6dc03875fbf5ad96c9882d707afc1f1e581c47 Mon Sep 17 00:00:00 2001 From: Stephan Geisler Date: Sun, 9 Dec 2018 18:06:22 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EBuild/synOTR.sh=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build/synOTR.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build/synOTR.sh b/Build/synOTR.sh index 5eed043..2158735 100644 --- a/Build/synOTR.sh +++ b/Build/synOTR.sh @@ -1197,7 +1197,7 @@ if [ $OTRcutactiv = "on" ] ; then # In dieser Funktion wird die lokale Cutlist überprüft (Input von Stafan Weiss) # Diese Methode greift, sobald die Variable '$OTRlocalcutlistdir' (in der Konfiguration.txt) gesetzt wurde: # --------------------------------------------------------------------- - pushd $OTRlocalcutlistdir + pushd $OTRlocalcutlistdir >> /dev/null filmOhnePfad=`basename "$film"` local_cutlists=$(ls *.cutlist 2>/dev/null) # Variable mit allen Cutlists in $PWD filesize=$(ls -l "$film" | awk '{ print $5 }') # Dateigröße des Filmes @@ -1241,7 +1241,7 @@ if [ $OTRcutactiv = "on" ] ; then cp "$CUTLIST" "$tmp" fi fi - popd + popd >> /dev/null } AC_getlocalcutlist_withoutCheck ()