We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5cdab commit 5a03e7aCopy full SHA for 5a03e7a
Makefile
@@ -19,7 +19,7 @@ CONF_FILES := $(shell sed "s/\#.*//; /^[[:space:]]*$$/d" setup/files.txt)
19
20
#CODE_FILES := $(shell find . -type f -name '*.sh' -o -type f -name '.bash*' | sort)
21
#CODE_FILES := $(shell git ls-files | grep -E -e '\.sh$$' -e '\.bash[^/]*$$' -e '\.groovy$$' | sort)
22
-CODE_FILES = $(shell \
+CODE_FILES := $(shell \
23
if type git >/dev/null 2>&1; then \
24
git ls-files | \
25
grep -E -e '\.sh$$' -e '\.bash[^/]*$$' -e '\.groovy$$' | \
0 commit comments