summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasper <jasper@openbsd.org>2012-07-07 21:45:15 +0000
committerjasper <jasper@openbsd.org>2012-07-07 21:45:15 +0000
commit4877e0a8d0171204d3f94c02ca1b840e06e74c98 (patch)
treefe00282d6f22d24f1c6598906e7d1f7667dc613d
parentadd a dump method, simplifying the --config call (diff)
downloadwireguard-openbsd-4877e0a8d0171204d3f94c02ca1b840e06e74c98.tar.xz
wireguard-openbsd-4877e0a8d0171204d3f94c02ca1b840e06e74c98.zip
calling help() is not an error, so just return 0.
-rwxr-xr-xusr.bin/libtool/libtool4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/libtool/libtool b/usr.bin/libtool/libtool
index 5e17c21fb64..8ce68dfff6d 100755
--- a/usr.bin/libtool/libtool
+++ b/usr.bin/libtool/libtool
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# $OpenBSD: libtool,v 1.20 2012/07/07 21:42:22 jasper Exp $
+# $OpenBSD: libtool,v 1.21 2012/07/07 21:45:15 jasper Exp $
# Copyright (c) 2007-2010 Steven Mestdagh <steven@openbsd.org>
# Copyright (c) 2012 Marc Espie <espie@openbsd.org>
@@ -350,7 +350,7 @@ Usage: $0 [options]
--version - print version of libtool
EOF
;
- exit 1;
+ exit 0;
}
sub notyet