File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ DOC_FILES+= LICENSE LICENSES.txt INTRODUCTION.md README.md \
99
1010PKGNAME? = librdkafka
1111VERSION? = $(shell python3 packaging/get_version.py src/rdkafka.h)
12- SHELL = bash
12+ SHELL = /bin/sh
1313
1414# Jenkins CI integration
1515BUILD_NUMBER ?= 1
@@ -80,7 +80,7 @@ rpm: distclean
8080 $(MAKE ) -C packaging/rpm
8181
8282LICENSES.txt : .PHONY
83- @ (for i in LICENSE LICENSE.* [^ ~] ; do (echo " $$ i" ; echo " --------------------------------------------------------------" ; cat $$ i ; echo " " ; echo " " ) ; done) > $@ .tmp
83+ @ (for i in LICENSE LICENSE.* [! ~] ; do (echo " $$ i" ; echo " --------------------------------------------------------------" ; cat $$ i ; echo " " ; echo " " ) ; done) > $@ .tmp
8484 @cmp $@ $@ .tmp || mv -f $@ .tmp $@ ; rm -f $@ .tmp
8585
8686
You can’t perform that action at this time.
0 commit comments