Revision df00b6eb5e86870e0e7f2029038f027c5359a9da authored by Andy Polyakov on 26 May 2015, 08:36:56 UTC, committed by Andy Polyakov on 26 May 2015, 19:55:57 UTC
Reviewed-by: Matt Caswell <matt@openssl.org>
1 parent 1ee85aa
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 ...