From c9c201aff65efb0efabd7ec5d04254a2c10303c3 Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Tue, 10 Nov 2009 21:24:29 +0000 Subject: [PATCH] Small fix to builddep script git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4545 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- builddep.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/builddep.sh b/builddep.sh index 33efaaa48..c6aa4a85b 100755 --- a/builddep.sh +++ b/builddep.sh @@ -31,7 +31,8 @@ if [ ! -d $GSA ]; then exit 1; fi set -x -XCATCOREDIR=`dirname $0` +cd `dirname $0` +XCATCOREDIR=`/bin/pwd` if [ -z "$DESTDIR" ]; then DESTDIR=../../../xcat-dep fi