(NEXT|OPEN)STEP hints
Gerd Knops [Wed, 11 Jun 1997 00:00:00 +0000 (12:00 +1200)]
hints/next_3.sh
hints/next_4.sh

index 829d273..55e8959 100644 (file)
@@ -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
index 1108794..316b339 100644 (file)
@@ -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