1
0
mirror of synced 2026-04-24 19:50:09 +00:00

2006-06-15 07:47:02 by steve

BUGFIX:  *really* allow tests to succeed prior to installation.
This commit is contained in:
steve
2006-06-15 07:47:05 +00:00
parent c1e4d3531b
commit b413aae0fb
23 changed files with 23 additions and 23 deletions

View File

@@ -19,7 +19,7 @@ prefix=$1
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
else
. ../common.sh
. ./hooks/common.sh
fi