Changes of Revision 37
[-] [+] | Changed | automysqlbackup-2.6.9.sh |
@@ -414,8 +414,8 @@ # Full pathname to binaries to avoid problems with aliases and builtins etc. # PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/mysql/bin - -WHICH="`which which`" +unset which +WHICH="`type -pf which`" AWK="`${WHICH} gawk`" LOGGER="`${WHICH} logger`" ECHO="`${WHICH} echo`" |