adjust searchdict.t for EBCDIC (still needs documenting)
[p5sagit/p5-mst-13.2.git] / hints / next_3.sh
index 829d273..43340c0 100644 (file)
@@ -72,9 +72,9 @@ cccdlflags=' '
 # If you want to build for specific architectures, change the line
 # below to something like
 #
-#      archs=(m68k i386)
+#      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