Use 'mywhich' rather than 'which' to detect presense of 'awk'

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3751 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-03-28 22:15:38 +00:00
parent 7e9479f3e4
commit 632c365644

View File

@ -9221,7 +9221,7 @@ do_initialize() {
rm -f $TMP_DIR/physdev
rm -f $TMP_DIR/iprange
qt which awk && HAVEAWK=Yes || HAVEAWK=
qt mywhich awk && HAVEAWK=Yes || HAVEAWK=
}
#