Use 'dirname' instead of awk to get the directory name prefixing

the command line call.  The previous revision didn't work with /bin/awk.
This commit is contained in:
falgout 2000-06-08 20:51:20 +00:00
parent 71d95a1984
commit e1eee73c41

View File

@ -27,8 +27,8 @@ esac
# NOTE: In order to call this script from other directories,
# we need to get the path info from the command line
VPATH=`echo $0 | awk 'BEGIN {FS = "[^/]*$"} {print $1}'`
VFILE="${VPATH}HYPRE_utilities.h"
VPATH=`dirname $0`
VFILE="${VPATH}/HYPRE_utilities.h"
VINFO=`grep HYPRE_Version $VFILE`; \
# this is the no-option print line