diff options
| author | Jonathan Bauer | 2012-09-28 16:57:47 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2012-09-28 16:57:47 +0200 |
| commit | f4d493b7f92dc0df70f1ab75f758373625d6735c (patch) | |
| tree | cb4b9570fc28c1f6aabdad526e39de212ed56172 | |
| parent | fix (diff) | |
| parent | change tool dir (diff) | |
| download | tm-scripts-f4d493b7f92dc0df70f1ab75f758373625d6735c.tar.gz tm-scripts-f4d493b7f92dc0df70f1ab75f758373625d6735c.tar.xz tm-scripts-f4d493b7f92dc0df70f1ab75f758373625d6735c.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
| -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 60829c7b..0902e522 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 ]; |
