Revision 7447e65fccc95fa2ee97b40e43dc46f97e7b958b authored by Dr. Stephen Henson on 24 October 2014, 19:41:49 UTC, committed by Dr. Stephen Henson on 24 October 2014, 19:41:49 UTC
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Steve Marquess <marquess@openssl.org
1 parent 60cd2b7
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 ...