]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
help text needs to go to stderr, too
authorAndreas Jaeger <aj@suse.de>
Sat, 12 May 2001 21:33:11 +0000 (21:33 +0000)
committerBruce Korb <bkorb@gnu.org>
Sat, 12 May 2001 21:33:11 +0000 (21:33 +0000)
exe/ltmain.tpl

index a82ff6150274c96ae8787c4a32a5a8812e30b445..1719d6c067cb6990d969c988f1ee36b712b958dd 100644 (file)
@@ -5,7 +5,7 @@ DEFINE test-or-exit =]
 if ([=test=]) > /dev/null 2>&1 ; then
 [=    invert "  :\nelse"=]
   $echo "$modename: [=msg=]" 1>&2
-  $echo "$help"
+  $echo "$help" 1>&2
   exit 1
 fi[=