From b1492ec0fdc541709d46c693556fbabbe98b2fc8 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sun, 25 Jan 2009 13:06:03 +0000 Subject: [PATCH] inplace: Substitute the @BASH@ onion in the shebang line. Organization: Straylight/Edgeware From: Mark Wooding Somehow, BASH got left off the confsubst list of onions to substitute. --- Makefile.am | 3 ++- debian/changelog | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ca1af35..25ac5e4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -124,7 +124,8 @@ SUBSTITUTIONS = \ PACKAGE=$(PACKAGE) VERSION=$(VERSION) \ PYTHON=$(PYTHON) \ PERL=$(PERL) \ - TCLSH=$(TCLSH) + TCLSH=$(TCLSH) \ + BASH=$(BASH) EXTRA_DIST += config/confsubst diff --git a/debian/changelog b/debian/changelog index e60f35c..c24512c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nsict-utils (1.2.2) experimental; urgency=low + + * Oops. I left `inplace' with `@BASH' in its shebang line. + + -- Mark Wooding Sun, 25 Jan 2009 13:05:02 +0000 + nsict-utils (1.2.1) experimental; urgency=low * Fix Python stuff for Python 2.5. -- [mdw]