diff options
Diffstat (limited to 'hints/next_4.sh')
-rw-r--r-- | hints/next_4.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/next_4.sh b/hints/next_4.sh index 1108794868..316b339212 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 |