commit | 319897424c95d6da189585f33f014f27252e6aa5 | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Sun Oct 30 18:56:05 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Sun Oct 30 18:56:05 2011 -0700 |
tree | 6d894d396f4cee4ff78eadff2828118746e19219 | |
parent | 7fa561371a7b7a77e34df652af0c88cb13ecd48f [diff] [blame] |
topdir should be a real path
diff --git a/tools/build_libvirt.sh b/tools/build_libvirt.sh index 8fb45d1..60e6cae 100755 --- a/tools/build_libvirt.sh +++ b/tools/build_libvirt.sh
@@ -17,7 +17,7 @@ # Keep track of the current directory TOOLS_DIR=$(cd $(dirname "$0") && pwd) -TOP_DIR=$TOOLS_DIR/.. +TOP_DIR=`cd $TOOLS_DIR/..; pwd` # Where to store files and instances WORK_DIR=${WORK_DIR:-$TOP_DIR/work}