From 6627d376ca1a8c95cb6c74a86af9ea55aac5e03e Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Wed, 10 Oct 2018 20:56:34 +0300 Subject: [PATCH] getsource.sh: remove all temp files --- tools/getsource.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/getsource.sh b/tools/getsource.sh index 3d8016c..9da22de 100755 --- a/tools/getsource.sh +++ b/tools/getsource.sh @@ -41,6 +41,8 @@ else fi fi +INPUT="${CURDIR}" + ################################## function check_database() { @@ -154,4 +156,4 @@ fi ################################## -rm -Rf ./{,*trunk*} 2>/dev/null +rm -rf ./{"${INPUT}".1,*trunk*} 2>/dev/null