Revision 510edea8db5e983fc53a2d9e61b2acf25e5f0508 authored by Matt Caswell on 21 January 2015, 16:12:59 UTC, committed by Matt Caswell on 22 January 2015, 09:45:01 UTC
Reviewed-by: Tim Hudson <tjh@openssl.org>
1 parent 3bc28b8
point.sh
#!/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"

Computing file changes ...