[Pkg-privacy-commits] [onionshare] 205/256: Fix location of echo so that the return code check doesn't always succeed
Ulrike Uhlig
ulrike at moszumanska.debian.org
Fri May 26 12:53:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
ulrike pushed a commit to branch master
in repository onionshare.
commit 0cf9e44367393e2680c10c5256bafbfe892e00ed
Author: Miguel Jacq <mig at mig5.net>
Date: Fri May 19 14:34:05 2017 +1000
Fix location of echo so that the return code check doesn't always succeed
---
install/build_deb.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/install/build_deb.sh b/install/build_deb.sh
index 05a3782..51738e0 100755
--- a/install/build_deb.sh
+++ b/install/build_deb.sh
@@ -12,8 +12,8 @@ rm -r deb_dist >/dev/null 2>&1
python3 setup.py --command-packages=stdeb.command bdist_deb
# return install instructions if onionshare builds properly
-echo ""
if [[ $? -eq 0 ]]; then
+ echo ""
echo "To install, run:"
echo "sudo dpkg -i deb_dist/onionshare_$VERSION-1_all.deb"
else
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git
More information about the Pkg-privacy-commits
mailing list