diff options
author | 2012-07-08 10:26:46 +0000 | |
---|---|---|
committer | 2012-07-08 10:26:46 +0000 | |
commit | d5a610c6d3419182cf2a202c052658bfca8d77c8 (patch) | |
tree | ce8438e12d608061efd5b4a9eaa5279ef4b0081d | |
parent | Zap extra spaces from function pointer arguments (diff) | |
download | wireguard-openbsd-d5a610c6d3419182cf2a202c052658bfca8d77c8.tar.xz wireguard-openbsd-d5a610c6d3419182cf2a202c052658bfca8d77c8.zip |
stupid
-rw-r--r-- | usr.bin/libtool/LT/Getopt.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/libtool/LT/Getopt.pm b/usr.bin/libtool/LT/Getopt.pm index 0418d3888fb..253ea9dbb76 100644 --- a/usr.bin/libtool/LT/Getopt.pm +++ b/usr.bin/libtool/LT/Getopt.pm @@ -1,4 +1,4 @@ -# $OpenBSD: Getopt.pm,v 1.1 2012/07/08 10:12:19 espie Exp $ +# $OpenBSD: Getopt.pm,v 1.2 2012/07/08 10:26:46 espie Exp $ # Copyright (c) 2012 Marc Espie <espie@openbsd.org> # @@ -216,6 +216,7 @@ MAINLOOP: die "Unknown option $_\n"; } else { unshift(@main::ARGV, $_); + last; } } } |