X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=util%2Fpoint.sh;h=4790e08f8a618657a9c32024f36d4b2099229f00;hb=8067d34b3a44c7ee14e5e84afeecf76211250a08;hp=ce7dcc56dfa7b4c1e1a78aec27aa83ca10f93923;hpb=451dc18f109e4fff1a642976fee7ae7e64af35dc;p=oweals%2Fopenssl.git diff --git a/util/point.sh b/util/point.sh index ce7dcc56df..4790e08f8a 100755 --- a/util/point.sh +++ b/util/point.sh @@ -1,10 +1,10 @@ #!/bin/sh -rm -f $2 +rm -f "$2" if test "$OSTYPE" = msdosdjgpp; then - cp $1 $2 + cp "$1" "$2" else - ln -s $1 $2 + ln -s "$1" "$2" fi echo "$2 => $1"