mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-07 14:23:01 -04:00
making build scripts use bash instead of sh (#181)
This commit is contained in:
parent
a8bad1880d
commit
577ff2c8ab
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )"
|
||||||
cd $DIR
|
cd $DIR
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )"
|
||||||
cd $DIR
|
cd $DIR
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# This script pushes updates to my Ubuntu PPA: https://launchpad.net/~micahflee/+archive/ppa
|
# 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.
|
# If you want to use it, you'll need your own ~/.dput.cf and ssh key.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue