making build scripts use bash instead of sh (#181)

This commit is contained in:
Micah Lee 2015-05-15 13:15:49 -07:00
parent a8bad1880d
commit 577ff2c8ab
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )"
cd $DIR

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )"
cd $DIR

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# This script pushes updates to my Ubuntu PPA: https://launchpad.net/~micahflee/+archive/ppa
# If you want to use it, you'll need your own ~/.dput.cf and ssh key.