Revision faa8038edde3fa0c99e3d1eeb3a6372e51a2371c authored by Matt Caswell on 08 January 2015, 14:03:39 UTC, committed by Matt Caswell on 08 January 2015, 14:03:39 UTC
Reviewed-by: Stephen Henson <steve@openssl.org>
1 parent e02863b
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 ...