Revision 005563bbce6e66b9c481fd39574b0ffcd2a34292 authored by Dr. Stephen Henson on 12 May 2014, 17:38:41 UTC, committed by Dr. Stephen Henson on 12 May 2014, 17:38:41 UTC
1 parent 3b43568
point.sh
#!/bin/sh
rm -f "$2"
if test "$OSTYPE" = msdosdjgpp || test "x$PLATFORM" = xmingw || test "x$OS" = xWindows_NT ; then
cp "$1" "$2"
else
ln -s "$1" "$2"
fi
echo "$2 => $1"

Computing file changes ...