summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorroot2013-01-09 17:29:01 +0100
committerroot2013-01-09 17:29:01 +0100
commitef9fc3ac8e7633625fb7680d0adc0325c11ea5a5 (patch)
treefd03ffb02616a7ea1bf0d17a20558106c19cdbb7 /remote
parent[systemd/udev] automatic networking on startup (diff)
downloadtm-scripts-ef9fc3ac8e7633625fb7680d0adc0325c11ea5a5.tar.gz
tm-scripts-ef9fc3ac8e7633625fb7680d0adc0325c11ea5a5.tar.xz
tm-scripts-ef9fc3ac8e7633625fb7680d0adc0325c11ea5a5.zip
rewrote params parsing of the main script
Diffstat (limited to 'remote')
-rwxr-xr-xremote/setup_tools3
1 files changed, 2 insertions, 1 deletions
diff --git a/remote/setup_tools b/remote/setup_tools
index eeb13150..e12ea00d 100755
--- a/remote/setup_tools
+++ b/remote/setup_tools
@@ -215,12 +215,13 @@ clean_tools() {
clean_tool() {
TOOLDIR=${TOOL_DIR}/$1
- echo "Cleaning ${TOOLDIR}"
+ echo -n "Cleaning ${TOOLDIR}..."
[ -e ${TOOLDIR}/.built ] && rm ${TOOLDIR}/.built
[ -e ${TOOLDIR}/.fetched_source ] && rm ${TOOLDIR}/.fetched_source
[ -d ${TOOLDIR}/build ] && rm -rf ${TOOLDIR}/build
[ -d ${TOOLDIR}/src ] && rm -rf ${TOOLDIR}/src
[ -e ${TOOLDIR}/list_binaries_and_files ] && rm ${TOOLDIR}/list_binaries_and_files
+ echo " done."
}
#generate_stage32 $@