Revision ddf00ffab8667d94e8af43b05af06c94097c10c9 authored by Dr. Stephen Henson on 22 September 2011, 14:15:07 UTC, committed by Dr. Stephen Henson on 22 September 2011, 14:15:07 UTC
1 parent cb71870
c89.sh
#!/bin/sh -k
#
# Re-order arguments so that -L comes first
#
opts=""
lopts=""
for arg in $* ; do
case $arg in
-L*) lopts="$lopts $arg" ;;
*) opts="$opts $arg" ;;
esac
done
c89 $lopts $opts

Computing file changes ...