]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in: silence ``unbug'' :-) detected by sh.test
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Mon, 15 Mar 1999 16:53:39 +0000 (16:53 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 15 Mar 1999 16:53:39 +0000 (16:53 +0000)
ltmain.in

index c250d54fee7c5d6fc4b0f42a65104ee586250456..dee766fce7defd22e6bbadb51691613d306d9441 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -1882,8 +1882,8 @@ EOF
          done # Gone through all deplibs.
          ;;
        none | unknown | *) newdeplibs=""
-         if $echo "X $deplibs" |
-            $Xsed -e 's/ -lc$//' -e 's/ -[LR][^ ]*//g' -e 's/[         ]//g' |
+         if $echo "X $deplibs" | $Xsed -e 's/ -lc$//' \
+              -e 's/ -[LR][^ ]*//g' -e 's/[    ]//g' |
             grep . >/dev/null; then
            echo
            if test "X$deplibs_check_method" = "Xnone"; then