Sign in
flutter
/
third_party
/
openssl
/
bf6af21e133ac7bfa17a950e87ea952160514e3e
/
.
/
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"