forked from CastroFidel/PortWINE
Scripts version 2112
This commit is contained in:
@ -63,7 +63,7 @@ try_remove_dir () {
|
||||
export -f try_remove_dir
|
||||
|
||||
try_force_link_file () {
|
||||
if [ ! -f "$1" ] ; return 1
|
||||
if [ ! -f "$1" ] ; then return 1
|
||||
elif [ -z "$2" ] ; then print_error "no way to link file $1"
|
||||
else
|
||||
ln -sf "$1" "$2"
|
||||
|
Reference in New Issue
Block a user