diff options
| author | Michael Neves | 2012-09-28 16:53:35 +0200 |
|---|---|---|
| committer | Michael Neves | 2012-09-28 16:53:35 +0200 |
| commit | ea83fc020f5b485fbb8fee6452fef814272795c7 (patch) | |
| tree | 83e251808ecfcac70113393f3e083c451665ba48 | |
| parent | create initramfs folder (diff) | |
| download | tm-scripts-ea83fc020f5b485fbb8fee6452fef814272795c7.tar.gz tm-scripts-ea83fc020f5b485fbb8fee6452fef814272795c7.tar.xz tm-scripts-ea83fc020f5b485fbb8fee6452fef814272795c7.zip | |
change tool dir
| -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 ]; |
