opnsense-ports/math/eukleides/files/patch-bash_euktoeps
Franco Fichtner 52f5df2067 */*: sync with upstream
Taken from: FreeBSD
2015-11-28 14:57:35 +01:00

11 lines
319 B
Text

--- bash/euktoeps.orig
+++ bash/euktoeps
@@ -31,7 +31,7 @@
exit $1
}
-args=$(getopt -o i:l::#:d:vh --long include:,locale::,interactive:,data:,version,help \
+args=$(%%LOCALBASE%%/bin/getopt -o i:l::#:d:vh --long include:,locale::,interactive:,data:,version,help \
-n 'Euktoeps' -- "$@")
if [ $? -ne 0 ]