mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-12-26 19:58:20 +01:00
revision
missed that one { } if works on Cygwin
This commit is contained in:
parent
0c4bf9aa61
commit
654120caf1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user