This is an automated email from the git hooks/post-receive script. ehashman-guest pushed a commit to branch master in repository clojure.
commit 4f8a0c711e060b218c52a028fdd1bc651ec2d44d Author: Rob Browning <[email protected]> Date: Sun Oct 1 11:02:41 2017 -0500 debian/rules: specify bash as the SHELL --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index ef39484..eafee63 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +SHELL := /bin/bash + SOURCE = $(shell dpkg-parsechangelog | grep ^Source | sed "s/Source: //") VER = $(shell echo $(SOURCE) | sed s/^clojure//) VER = 1.8 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/clojure.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

