pkgsrc-ng/math/eukleides/patches/patch-bash_euktoeps
2013-09-26 17:14:40 +02:00

14 lines
413 B
Plaintext

$NetBSD: patch-bash_euktoeps,v 1.1 2013/06/10 12:24:29 ryoon Exp $
--- bash/euktoeps.orig 2010-04-27 06:31:00.000000000 +0000
+++ bash/euktoeps
@@ -31,7 +31,7 @@ USAGE
exit $1
}
-args=$(getopt -o i:l::#:d:vh --long include:,locale::,interactive:,data:,version,help \
+args=$(@GETOPT@ -o i:l::#:d:vh --long include:,locale::,interactive:,data:,version,help \
-n 'Euktoeps' -- "$@")
if [ $? -ne 0 ]