summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Neves2012-09-28 16:53:35 +0200
committerMichael Neves2012-09-28 16:53:35 +0200
commitea83fc020f5b485fbb8fee6452fef814272795c7 (patch)
tree83e251808ecfcac70113393f3e083c451665ba48
parentcreate initramfs folder (diff)
downloadtm-scripts-ea83fc020f5b485fbb8fee6452fef814272795c7.tar.gz
tm-scripts-ea83fc020f5b485fbb8fee6452fef814272795c7.tar.xz
tm-scripts-ea83fc020f5b485fbb8fee6452fef814272795c7.zip
change tool dir
-rwxr-xr-xremote/setup-tools.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/remote/setup-tools.sh b/remote/setup-tools.sh
index 73612ba5..e9826a9d 100755
--- a/remote/setup-tools.sh
+++ b/remote/setup-tools.sh
@@ -81,9 +81,8 @@ copyfileswithdependencies ()
}
main () {
-
- setup_git
-
+
+ cd $TOOL_DIR
while (( "$#" )); do
TOOL=$1
if [ -d $TOOL ];