Skip to content

Commit 5a03e7a

Browse files
committed
updated Makefile
1 parent 2f5cdab commit 5a03e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ CONF_FILES := $(shell sed "s/\#.*//; /^[[:space:]]*$$/d" setup/files.txt)
1919

2020
#CODE_FILES := $(shell find . -type f -name '*.sh' -o -type f -name '.bash*' | sort)
2121
#CODE_FILES := $(shell git ls-files | grep -E -e '\.sh$$' -e '\.bash[^/]*$$' -e '\.groovy$$' | sort)
22-
CODE_FILES = $(shell \
22+
CODE_FILES := $(shell \
2323
if type git >/dev/null 2>&1; then \
2424
git ls-files | \
2525
grep -E -e '\.sh$$' -e '\.bash[^/]*$$' -e '\.groovy$$' | \

0 commit comments

Comments
 (0)