[Pkg-anonymity-tools] [onionshare] 41/57: making build scripts use bash instead of sh (#181)
Ulrike Uhlig
u-guest at moszumanska.debian.org
Tue May 19 18:18:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to annotated tag 0.7
in repository onionshare.
commit 577ff2c8abd2e36947feadb616fcd032fa2c8414
Author: Micah Lee <micah at micahflee.com>
Date: Fri May 15 13:15:49 2015 -0700
making build scripts use bash instead of sh (#181)
---
install/build_deb.sh | 2 +-
install/build_rpm.sh | 2 +-
install/ppa_release.sh | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/install/build_deb.sh b/install/build_deb.sh
index 6201cb8..1def5a1 100755
--- a/install/build_deb.sh
+++ b/install/build_deb.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )"
cd $DIR
diff --git a/install/build_rpm.sh b/install/build_rpm.sh
index 7f9d260..67612b5 100755
--- a/install/build_rpm.sh
+++ b/install/build_rpm.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )"
cd $DIR
diff --git a/install/ppa_release.sh b/install/ppa_release.sh
index ff369a9..859d182 100755
--- a/install/ppa_release.sh
+++ b/install/ppa_release.sh
@@ -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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/onionshare.git
More information about the Pkg-anonymity-tools
mailing list