aboutsummaryrefslogtreecommitdiffstats
path: root/tools/check
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-11-04 21:36:52 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-11-04 21:36:52 +0000
commita5f38924335d1f1c5732b27b1aa012ea39ec3442 (patch)
tree293209d558499cc7c755389664c03c1fa685a5f7 /tools/check
parent218c046b48ac436d96adadd5a85a5a6bc782ea81 (diff)
downloadxen-a5f38924335d1f1c5732b27b1aa012ea39ec3442.tar.gz
xen-a5f38924335d1f1c5732b27b1aa012ea39ec3442.tar.bz2
xen-a5f38924335d1f1c5732b27b1aa012ea39ec3442.zip
bitkeeper revision 1.1159.165.1 (418aa0f4koam0mhscMMP2HGuqLK5kQ)
install.sh now does a few checks to warn the user if prerequisite tools are missing.
Diffstat (limited to 'tools/check')
-rwxr-xr-xtools/check/chk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/check/chk b/tools/check/chk
index 16de110bc1..0ebce4799e 100755
--- a/tools/check/chk
+++ b/tools/check/chk
@@ -63,7 +63,7 @@ done
echo >> ${info}
if [ "$failed" == "1" ] ; then
- echo "Checks failed. See ${info} for details."
+ echo "Checks failed. See `pwd`/${info} for details."
echo "FAILED" >> ${info}
exit 1
else