[Pkg-privacy-commits] [onionshare] 01/53: fixed typo in build_deb.sh

Ulrike Uhlig u-guest at moszumanska.debian.org
Wed Dec 30 00:20:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to branch debian
in repository onionshare.

commit d50601f5bd3c3312e89c6f9c457fc61697d936d4
Author: Micah Lee <micah at micahflee.com>
Date:   Tue Jun 16 15:42:39 2015 -0700

    fixed typo in build_deb.sh
---
 install/build_deb.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/install/build_deb.sh b/install/build_deb.sh
index 995ee00..dc2fbaa 100755
--- a/install/build_deb.sh
+++ b/install/build_deb.sh
@@ -12,10 +12,10 @@ rm -r deb_dist >/dev/null 2>&1
 python setup.py --command-packages=stdeb.command bdist_deb
 
 # return install instructions if onionshare builds properly
-if [$? -eq 0] then 
-	echo ""
+echo ""
+if [[ $? -eq 0 ]]; then
 	echo "To install, run:"
 	echo "sudo dpkg -i deb_dist/onionshare_$VERSION-1_all.deb"
-else 
-	echo "OnionShare failed to build!" 
+else
+	echo "OnionShare failed to build!"
 fi

-- 
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