diff options
Diffstat (limited to 'tests/data/Makefile')
-rw-r--r-- | tests/data/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/Makefile b/tests/data/Makefile index fa09b54..784c620 100644 --- a/tests/data/Makefile +++ b/tests/data/Makefile @@ -2,5 +2,5 @@ SHELL := /bin/bash .PHONY: fetch fetch: fetch.sh - bash fetch.sh + @bash fetch.sh |