# HG changeset patch # User Mathias De Maré # Date 2016-01-15 15:16:25 # Node ID e7bd55db011b0d2ffa246fc7c9c3276d08f6be41 # Parent f6d1e92fdf8c6ad2ce55e1eeb99c88383c891ef6 buildrpm: use bash shebang, since we use bash features in the script As suggested by Bryan O'Sullivan. diff --git a/contrib/buildrpm b/contrib/buildrpm --- a/contrib/buildrpm +++ b/contrib/buildrpm @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/bash -e # # Build a Mercurial RPM from the current repo #