1 #!/bin/sh
2 perl -S fixupsym.pl $@
2 PRGDIR=`dirname "$0"`
3
4 PRGDIR=`cd "$PRGDIR"; pwd`
5
6
7 perl "$PRGDIR/fixupsym.pl" $@
8
9