aboutsummaryrefslogtreecommitdiffstats
path: root/util/point.sh
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-06-11 19:44:37 +0000
committerRichard Levitte <levitte@openssl.org>2003-06-11 19:44:37 +0000
commit490967195a57553c2a8f6606d2a34f86d80b0257 (patch)
treefbf411e56e4806596fb7a1fa9cc5504fa70d8055 /util/point.sh
parent606c8048a08d424663ff69045ba3f657a3e38d72 (diff)
downloadopenssl-490967195a57553c2a8f6606d2a34f86d80b0257.tar.gz
Handle des_modes.pod properly.
PR: 634
Diffstat (limited to 'util/point.sh')
-rwxr-xr-xutil/point.sh6
1 files changed, 3 insertions, 3 deletions
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"