changeset 28533: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
+++ b/contrib/buildrpm
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/bash -e
 #
 # Build a Mercurial RPM from the current repo
 #