summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
Diffstat (limited to 'remote')
-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 ];