From bc5abd63aba3f951c8a70f82c06cfcd9472d86a0 Mon Sep 17 00:00:00 2001 From: Chris King-Parra Date: Wed, 28 Feb 2018 11:22:38 -0500 Subject: [PATCH] Add option delimiter to rm command in clean() of bin/kaleidoscope-builder. Issue #299. --- bin/kaleidoscope-builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/kaleidoscope-builder b/bin/kaleidoscope-builder index f2c441dc..91cfd67a 100755 --- a/bin/kaleidoscope-builder +++ b/bin/kaleidoscope-builder @@ -239,7 +239,7 @@ decompile () { } clean () { - rm -rf "${OUTPUT_PATH}" + rm -rf -- "${OUTPUT_PATH}" } reset_device() {