aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorRoger Pau Monne <roger.pau@entel.upc.edu>2012-02-29 14:36:04 +0000
committerRoger Pau Monne <roger.pau@entel.upc.edu>2012-02-29 14:36:04 +0000
commit51efccc2cd7f7890a741eeace894f6e91bc4958e (patch)
tree195a6a1d2898117f543b660df8df052935b07646 /install.sh
parent9c33ab91c5759d108b7b5096f072819c6bce8e13 (diff)
downloadxen-51efccc2cd7f7890a741eeace894f6e91bc4958e.tar.gz
xen-51efccc2cd7f7890a741eeace894f6e91bc4958e.tar.bz2
xen-51efccc2cd7f7890a741eeace894f6e91bc4958e.zip
install: remove old checks from install.sh
Signed-off-by: Roger Pau Monne <roger.pau@entel.upc.edu> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/install.sh b/install.sh
index 691214e638..db4604c5a4 100755
--- a/install.sh
+++ b/install.sh
@@ -49,9 +49,4 @@ rm -rf "$tmp"
echo "All done."
-echo "Checking to see whether prerequisite tools are installed..."
-cd $src/../check
-./chk install
-echo "All done."
-
exit 0