„Build/synOTR.sh“ ändern

This commit is contained in:
Stephan 2018-12-09 18:06:22 +00:00
parent 24a6e19b23
commit ef6dc03875

View file

@ -1197,7 +1197,7 @@ if [ $OTRcutactiv = "on" ] ; then
# In dieser Funktion wird die lokale Cutlist überprüft (Input von Stafan Weiss) # 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: # Diese Methode greift, sobald die Variable '$OTRlocalcutlistdir' (in der Konfiguration.txt) gesetzt wurde:
# --------------------------------------------------------------------- # ---------------------------------------------------------------------
pushd $OTRlocalcutlistdir pushd $OTRlocalcutlistdir >> /dev/null
filmOhnePfad=`basename "$film"` filmOhnePfad=`basename "$film"`
local_cutlists=$(ls *.cutlist 2>/dev/null) # Variable mit allen Cutlists in $PWD local_cutlists=$(ls *.cutlist 2>/dev/null) # Variable mit allen Cutlists in $PWD
filesize=$(ls -l "$film" | awk '{ print $5 }') # Dateigröße des Filmes filesize=$(ls -l "$film" | awk '{ print $5 }') # Dateigröße des Filmes
@ -1241,7 +1241,7 @@ if [ $OTRcutactiv = "on" ] ; then
cp "$CUTLIST" "$tmp" cp "$CUTLIST" "$tmp"
fi fi
fi fi
popd popd >> /dev/null
} }
AC_getlocalcutlist_withoutCheck () AC_getlocalcutlist_withoutCheck ()