comparison contrib/buildrpm @ 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 d713fa934fb9
children
comparison
equal deleted inserted replaced
28532:f6d1e92fdf8c 28533:e7bd55db011b
1 #!/bin/sh -e 1 #!/bin/bash -e
2 # 2 #
3 # Build a Mercurial RPM from the current repo 3 # Build a Mercurial RPM from the current repo
4 # 4 #
5 # Tested on 5 # Tested on
6 # - Fedora 20 6 # - Fedora 20