Added shebang to release script
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
#
|
#
|
||||||
if [ "$1" = "release" ] ; then
|
if [ "$1" = "release" ] ; then
|
||||||
sed -i -e 's/FINAL=False/FINAL=True/g' packstack/version.py
|
sed -i -e 's/FINAL=False/FINAL=True/g' packstack/version.py
|
||||||
|
|||||||
Reference in New Issue
Block a user