mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-10-23 22:29:10 +02:00
revision
missed that one { } if works on Cygwin
This commit is contained in:
@@ -59,7 +59,7 @@ elif [ "${#}" -eq 2 ]; then
|
||||
else
|
||||
unset md5_tmp
|
||||
if [[ $OSTYPE == "cygwin" ]]; then
|
||||
md5_tmp=""${USERPROFILE}/$(basename $2).tmp""
|
||||
md5_tmp=""${USERPROFILE}/$(basename ${2}).tmp""
|
||||
else
|
||||
md5_tmp="${HOME}/$(basename ${2}).tmp"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user