1
0
mirror of synced 2026-04-18 16:17:17 +00:00

2006-06-15 07:42:59 by steve

Source common.sh from the parent directory if the global installation
 isn't found.
  This allows "make test" to succeed *before* the tools are installed.
This commit is contained in:
steve
2006-06-15 07:42:59 +00:00
parent 28eb33e98d
commit c1e4d3531b
23 changed files with 46 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ prefix=$1
#
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
else
. ../common.sh
fi