Skip to content
Snippets Groups Projects
Commit e7bd55db authored by Mathias De Maré's avatar Mathias De Maré
Browse files

buildrpm: use bash shebang, since we use bash features in the script

As suggested by Bryan O'Sullivan.
parent f6d1e92f
Branches
Tags
No related merge requests found
#!/bin/sh -e
#!/bin/bash -e
#
# Build a Mercurial RPM from the current repo
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment