Merge pull request #1559 from sarlalian/master

Changed first line to use /usr/bin/env bash as bash can't be expected
pull/1563/head
Philip O'Toole 2015-02-10 15:11:12 -08:00
commit 699df0ee8d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###########################################################################
# Packaging script which creates debian and RPM packages. It optionally