From a1d9b4cb19c116fd4494ef1d510d0e85fadcacb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz> Date: Wed, 27 Jul 2016 09:10:52 +0200 Subject: [PATCH] version 1.1 --- html_md.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html_md.sh b/html_md.sh index 972ae2eda..55f329c6e 100755 --- a/html_md.sh +++ b/html_md.sh @@ -75,7 +75,7 @@ if [ "$1" = "-c" ]; then (while read i; do - if [ -f $i ]; + if [ -f "$i" ]; then rm "$i"; fi -- GitLab