summaryrefslogtreecommitdiffstats
path: root/remote/setup_tools
diff options
context:
space:
mode:
authorJonathan Bauer2013-01-14 14:30:24 +0100
committerJonathan Bauer2013-01-14 14:30:24 +0100
commite41f215770c7f5d8ee9d420e9f8b22f1c7f7c5ca (patch)
tree4cb484422556d5ee9885c0f7ef9ea8d5377649fb /remote/setup_tools
parentold file deleted (diff)
downloadtm-scripts-e41f215770c7f5d8ee9d420e9f8b22f1c7f7c5ca.tar.gz
tm-scripts-e41f215770c7f5d8ee9d420e9f8b22f1c7f7c5ca.tar.xz
tm-scripts-e41f215770c7f5d8ee9d420e9f8b22f1c7f7c5ca.zip
[systemd] update to version 197, integrated udev.
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 e12ea00d..bf1ac93e 100755
--- a/remote/setup_tools
+++ b/remote/setup_tools
@@ -201,7 +201,8 @@ generate_stage32 () {
clean_tools() {
if [ "x$1" = "x" -o "x$1" = "xall" ]; then
#clean all
- [ -d ${INIT_DIR} ] && rm -rf ${INIT_DIR}
+ [ -d ${INIT_DIR} ] && echo -n "Cleaning ${INIT_DIR}..." \
+ && rm -rf ${INIT_DIR} && echo " done."
for TOOL in $(ls ${TOOL_DIR}); do
clean_tool $TOOL
done