mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
making build scripts use bash instead of sh (#181)
This commit is contained in:
parent
a8bad1880d
commit
577ff2c8ab
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )"
|
||||
cd $DIR
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )"
|
||||
cd $DIR
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user