[clojure] 01/05: debian/rules: specify bash as the SHELL
Elana Hashman
ehashman-guest at moszumanska.debian.org
Mon Oct 2 02:49:46 UTC 2017
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 <rlb at defaultvalue.org>
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
More information about the pkg-java-commits
mailing list