summaryrefslogtreecommitdiffstats
path: root/remote/setup_tools
diff options
context:
space:
mode:
authorJonathan Bauer2012-12-20 15:51:55 +0100
committerJonathan Bauer2012-12-20 15:51:55 +0100
commit96a285cc492ddd88dd062e4d88c61e1f268367b0 (patch)
treebdd57a73bc2243e4ed6b98d29ccdd621243e4074 /remote/setup_tools
parentmltk basic script :) (diff)
downloadtm-scripts-96a285cc492ddd88dd062e4d88c61e1f268367b0.tar.gz
tm-scripts-96a285cc492ddd88dd062e4d88c61e1f268367b0.tar.xz
tm-scripts-96a285cc492ddd88dd062e4d88c61e1f268367b0.zip
minor fix
Diffstat (limited to 'remote/setup_tools')
-rwxr-xr-xremote/setup_tools3
1 files changed, 2 insertions, 1 deletions
diff --git a/remote/setup_tools b/remote/setup_tools
index cf96df7b..95e3e0a9 100755
--- a/remote/setup_tools
+++ b/remote/setup_tools
@@ -161,7 +161,7 @@ generate_stage32 () {
}
-clean_sys() {
+clean_tools() {
if [ "x$1" = "x" -o "x$1" = "xall" ]; then
#clean all
[ -d ${INIT_DIR} ] && rm -rf ${INIT_DIR}
@@ -175,6 +175,7 @@ clean_sys() {
done
fi
}
+
clean_tool() {
TOOLDIR=${TOOL_DIR}/$1
echo "Cleaning ${TOOLDIR}"