blob: 2cbbd8f2e4b139630ee6c6300b36fe01181f5a15 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- bash/euktoeps.orig 2010-04-27 06:31:00 UTC
+++ bash/euktoeps
@@ -31,7 +31,7 @@ USAGE
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 ]
|