Revision eb37b6aa41c2916c386bce5872b0f90dc22b4247 authored by Andy Polyakov on 05 January 2015, 13:52:56 UTC, committed by Matt Caswell on 08 January 2015, 11:25:45 UTC
Reviewed-by: Emilia Kasper <emilia@openssl.org>
1 parent f66f76a
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 ...