diff options
Diffstat (limited to 'misc/amanda26-server/files/patch-chg-zd-mtx.sh.in')
| -rw-r--r-- | misc/amanda26-server/files/patch-chg-zd-mtx.sh.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/amanda26-server/files/patch-chg-zd-mtx.sh.in b/misc/amanda26-server/files/patch-chg-zd-mtx.sh.in new file mode 100644 index 000000000000..555c4dffe362 --- /dev/null +++ b/misc/amanda26-server/files/patch-chg-zd-mtx.sh.in @@ -0,0 +1,11 @@ +--- changer-src/chg-zd-mtx.sh.in.orig Wed Feb 9 21:58:30 2005 ++++ changer-src/chg-zd-mtx.sh.in Wed Feb 9 21:58:49 2005 +@@ -413,7 +413,7 @@ + + IsNumeric() { + test -z "$1" && return 1 +- x="`expr "$1" : '\([-0-9][0-9]*\)' 2>/dev/null`" ++ x="`expr -- "$1" : "\([-0-9][0-9]*\)" 2>/dev/null`" + return `expr X"$1" != X"$x"` + } + |
