changeset 27878:e7bd55db011b

buildrpm: use bash shebang, since we use bash features in the script As suggested by Bryan O'Sullivan.
author Mathias De Maré <mathias.demare@gmail.com>
date Fri, 15 Jan 2016 16:16:25 +0100
parents f6d1e92fdf8c
children 52a4ad62b006
files contrib/buildrpm
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
 #