ExtUtils::MakeMaker::prompt cannot return 0
[p5sagit/p5-mst-13.2.git] / hints / next_4.sh
index 1108794..b3887e6 100644 (file)
@@ -33,9 +33,9 @@ ld='cc'
 # 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