chiark / gitweb /
inplace: Substitute the @BASH@ onion in the shebang line. 1.2.2
authorMark Wooding <mdw@distorted.org.uk>
Sun, 25 Jan 2009 13:06:03 +0000 (13:06 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 25 Jan 2009 13:06:03 +0000 (13:06 +0000)
Somehow, BASH got left off the confsubst list of onions to substitute.

Makefile.am
debian/changelog

index ca1af350bece32e1d23545b2fd20e05455fa3582..25ac5e45e361d2e8098246393d03dec3c07aeab4 100644 (file)
@@ -124,7 +124,8 @@ SUBSTITUTIONS = \
        PACKAGE=$(PACKAGE) VERSION=$(VERSION) \
        PYTHON=$(PYTHON) \
        PERL=$(PERL) \
-       TCLSH=$(TCLSH)
+       TCLSH=$(TCLSH) \
+       BASH=$(BASH)
 
 EXTRA_DIST             += config/confsubst
 
index e60f35cf07fbedbcc1498932e657e290ce6fa8af..c24512c4d570da811591d3ace8aad6972770b4e6 100644 (file)
@@ -1,3 +1,9 @@
+nsict-utils (1.2.2) experimental; urgency=low
+
+  * Oops.  I left `inplace' with `@BASH' in its shebang line.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Sun, 25 Jan 2009 13:05:02 +0000
+
 nsict-utils (1.2.1) experimental; urgency=low
 
   * Fix Python stuff for Python 2.5.