diff options
author | Gerd Knops <gerti@BITart.com> | 1997-06-11 12:00:00 +1200 |
---|---|---|
committer | Tim Bunce <Tim.Bunce@ig.co.uk> | 1997-06-11 12:00:00 +1200 |
commit | 64a2d3c93b97214cc31124cb3319ba08995b1da1 (patch) | |
tree | 369f988aea33c995d9545efd0decb291927ced0e /hints/next_3.sh | |
parent | 5749794018af667b8b8ac7565d2bae88375e5762 (diff) | |
download | perl-64a2d3c93b97214cc31124cb3319ba08995b1da1.tar.gz |
(NEXT|OPEN)STEP hints
Diffstat (limited to 'hints/next_3.sh')
-rw-r--r-- | hints/next_3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/next_3.sh b/hints/next_3.sh index 829d273a27..55e89591d8 100644 --- a/hints/next_3.sh +++ b/hints/next_3.sh @@ -74,7 +74,7 @@ cccdlflags=' ' # # archs=(m68k i386) # -archs=`/bin/lipo -info /usr/lib/libm.a | sed 's/^[^:]*:[^:]*: //'` +archs=`/bin/lipo -info /usr/lib/libm.a | sed -n 's/^[^:]*:[^:]*: //p'` # # leave the following part alone |