From: Gerd Knops Date: Wed, 11 Jun 1997 00:00:00 +0000 (+1200) Subject: (NEXT|OPEN)STEP hints X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=64a2d3c93b97214cc31124cb3319ba08995b1da1;p=p5sagit%2Fp5-mst-13.2.git (NEXT|OPEN)STEP hints --- diff --git a/hints/next_3.sh b/hints/next_3.sh index 829d273..55e8959 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 diff --git a/hints/next_4.sh b/hints/next_4.sh index 1108794..316b339 100644 --- a/hints/next_4.sh +++ b/hints/next_4.sh @@ -35,7 +35,7 @@ ld='cc' # # 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