dist: #!/bin/bash for all scripts

Like we did on scylla-server, switch to bash.

(cherry picked from commit ef15d95416)
This commit is contained in:
Takuya ASADA 2016-04-30 07:40:40 +00:00 committed by Pekka Enberg
parent 2caf534834
commit bf11bc30cc
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash -e
RPMBUILD=`pwd`/build/rpmbuild

View File

@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash -e
if [ ! -e dist/ubuntu/build_deb.sh ]; then
echo "run build_deb.sh in top of scylla dir"