fixing bug for AWK test: "==" -> "=" in "if test"

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@686 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
kokalj 2004-02-28 12:35:57 +00:00
parent ebb2da3665
commit 06db4c50f1
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ END {
scriptdir=$XCRYSDEN_TOPDIR/scripts; # take advantage of XCRYSDEN if it exists
AWK=`type awk`
if test "$AWK" == ""; then
if test "$AWK" = ""; then
echo "ERROR: awk program not found"
pwoExit 1
fi