Revision bc35b8e435cc1036db65a94a026247e8746543d0 authored by Dr. Stephen Henson on 01 December 2013, 23:09:44 UTC, committed by Dr. Stephen Henson on 01 December 2013, 23:09:44 UTC
1 parent 6859f3f
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 ...