Sign in
cobalt
/
cobalt
/
2a8c847d785c1602f60915c8e0112e0aec6a15a5
/
.
/
src
/
third_party
/
openssl
/
openssl
/
util
/
point.sh
blob: da39899cb19e9c85ce58b1da5f9214fda81a742f [
file
] [
log
] [
blame
]
#!/bin/sh
rm
-
f
"$2"
if
test
"$OSTYPE"
=
msdosdjgpp
||
test
"x$PLATFORM"
=
xmingw
;
then
cp
"$1"
"$2"
else
ln
-
s
"$1"
"$2"
fi
echo
"$2 => $1"