diff options
Diffstat (limited to 'remote/setup-tools.sh')
| -rwxr-xr-x | remote/setup-tools.sh | 5 |
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 ]; |
