From 419efbc0ead6ca8088d521e5990d66d5ce2e86b9 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 1 Mar 2013 15:55:42 +0100 Subject: tools cleanup: clean everything but leave the stage3.2 there, for bind mount purposes --- remote/setup_tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote/setup_tools') diff --git a/remote/setup_tools b/remote/setup_tools index 2af8abe5..6dd35a8c 100755 --- a/remote/setup_tools +++ b/remote/setup_tools @@ -232,7 +232,7 @@ clean_tools() { if [ "x$1" = "x" -o "x$1" = "xall" ]; then #clean all if [ -d ${INIT_DIR} ]; then - rm -rf "${INIT_DIR}" || perror "Error deleting $INIT_DIR" + rm -rf "${INIT_DIR}"/* || perror "Error deleting $INIT_DIR" fi for TOOL in $(ls ${TOOL_DIR}); do clean_tool $TOOL -- cgit v1.2.3-55-g7522