From a5f38924335d1f1c5732b27b1aa012ea39ec3442 Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Thu, 4 Nov 2004 21:36:52 +0000 Subject: bitkeeper revision 1.1159.165.1 (418aa0f4koam0mhscMMP2HGuqLK5kQ) install.sh now does a few checks to warn the user if prerequisite tools are missing. --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 6e12009660..f21294f5f7 100755 --- a/install.sh +++ b/install.sh @@ -26,4 +26,9 @@ echo "Installing Xen from '$src' to '$dst'..." cp -fdR $src/* $dst echo "All done." +echo "Checking to see whether prerequisite tools are installed..." +cd $src/../check +./chk install +echo "All done." + exit 0 -- cgit v1.2.3