summaryrefslogtreecommitdiff
path: root/tests/gold
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gold')
-rw-r--r--tests/gold/html/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gold/html/Makefile b/tests/gold/html/Makefile
index fa98714e..604ece7a 100644
--- a/tests/gold/html/Makefile
+++ b/tests/gold/html/Makefile
@@ -7,7 +7,7 @@ help:
complete: ## Copy support files into directories so the HTML can be viewed properly.
@for sub in *; do \
- if [[ -f $$sub/index.html ]]; then \
+ if [ -f "$$sub/index.html" ]; then \
echo Copying into $$sub ; \
cp -n support/* $$sub ; \
fi ; \