From c440e6f1c531688668ae25924f85cc45980f8295 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 5 May 2017 18:41:08 -0400 Subject: Quote strings that shellcheck warns about. These changes are all strictly "slap some double-quotes in there". Anything more than that is not included in this commit. --- archrm.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archrm.in') diff --git a/archrm.in b/archrm.in index 3173131..6f4dfc3 100644 --- a/archrm.in +++ b/archrm.in @@ -13,4 +13,4 @@ fi # #popd -rm -rf $1 +rm -rf "$1" -- cgit v1.2.3-54-g00ecf