aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2013-05-18 01:32:57 +0200
committerBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2013-05-18 01:32:57 +0200
commit5c5651ee3766b713df60d5c8872fcd6192ded383 (patch)
treee5c06f31dcb8af42207eb22c95148c79e4676034
parent9b99305badda1e1527d77f3779e7c3ead8a94436 (diff)
downloadat-5c5651ee3766b713df60d5c8872fcd6192ded383.tar.gz
Don't call a script that doesn't existHEADmaster
Signed-off-by: Bernhard Rosenkränzer <bero@linaro.org>
-rw-r--r--install.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 6f9d90d..50e03b3 100644
--- a/install.sh
+++ b/install.sh
@@ -11,7 +11,9 @@ fi
# Let's get rid of that...
sudo sed -i '/flexlm.linaro.org/d' /etc/hosts
-sudo update
+# FIXME this used to be in there... What was "update" supposed to do?
+# (seems to be calling a shell script that isn't part of at)
+#sudo update
export INSTALL_SCRIPT_DIR=$(dirname $(realpath ${BASH_SOURCE[0]}))
. $INSTALL_SCRIPT_DIR/install-482650.sh