buildrpm: use bash shebang, since we use bash features in the script
authorMathias De Maré <mathias.demare@gmail.com>
Fri, 15 Jan 2016 16:16:25 +0100
changeset 27878 e7bd55db011b
parent 27877 f6d1e92fdf8c
child 27879 52a4ad62b006
buildrpm: use bash shebang, since we use bash features in the script As suggested by Bryan O'Sullivan.
contrib/buildrpm
--- a/contrib/buildrpm	Thu Jan 14 12:37:15 2016 -0600
+++ b/contrib/buildrpm	Fri Jan 15 16:16:25 2016 +0100
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/bash -e
 #
 # Build a Mercurial RPM from the current repo
 #