dist: #!/bin/bash for all scripts

Like we did on scylla-server, switch to bash.
This commit is contained in:
Takuya ASADA 2016-04-30 07:40:40 +00:00
parent c63ec3e96b
commit ef15d95416
Notes: Pekka Enberg 2016-05-04 13:20:16 +03:00
backport: 1.1
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"