]> git.pld-linux.org Git - packages/amanda.git/blame - amanda-bashizm.patch
- fix heimdal kerberos case
[packages/amanda.git] / amanda-bashizm.patch
CommitLineData
b1d5b2b9
JR
1--- amanda-2.6.0/config/amanda/dumpers.m4~ 2008-03-03 14:50:51.000000000 +0100
2+++ amanda-2.6.0/config/amanda/dumpers.m4 2008-05-07 11:13:49.000000000 +0200
3@@ -41,7 +41,7 @@
4 fi
d6291de7 5
b1d5b2b9
JR
6 if test ! -z "$GNUTAR"; then
7- case "`\"$GNUTAR\" --version 2>&1`" in
8+ case "`$GNUTAR --version 2>&1`" in
9 *GNU*tar* | *Free*paxutils* ) : # OK, it is GNU tar
10 ;;
11 *)
12@@ -103,7 +103,7 @@
13 AC_PATH_PROG(SAMBA_CLIENT,smbclient,,$LOCSYSPATH)
14 smbversion=0
15 if test ! -z "$SAMBA_CLIENT"; then
16- case "`\"$SAMBA_CLIENT\" '\\\\not.a.host.name\\notashare' -U nosuchuser -N -Tx /dev/null 2>&1`" in
17+ case "`$SAMBA_CLIENT '\\\\not.a.host.name\\notashare' -U nosuchuser -N -Tx /dev/null 2>&1`" in
18 *"Unknown host"*)
19 smbversion=1
20 ;;
This page took 0.060982 seconds and 4 git commands to generate.