diff options
author | Thomas Osterried <thomas@osterried.de> | 2005-10-31 02:52:26 +0000 |
---|---|---|
committer | Thomas Osterried <thomas@osterried.de> | 2005-10-31 02:52:26 +0000 |
commit | e9bd2344a7edd5f1741101533c58037ab3810775 (patch) | |
tree | ad26146b80a602df2eb52b3077454a303eee8418 | |
parent | 71aaf1d263050d193af0d9d6d8ca1131752ff822 (diff) |
q&d bugfix for newer libtool
-rw-r--r-- | ltmain.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -200,7 +200,7 @@ do -*) $echo "$modename: unrecognized option \`$arg'" 1>&2 $echo "$help" 1>&2 - exit 1 + #exit 1 ;; *) |