[Pkg-privacy-commits] [onionbalance] 42/117: Remove unneccesary sudo command

Donncha O'Cearbahill donncha-guest at moszumanska.debian.org
Wed Dec 16 23:18:44 UTC 2015


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

donncha-guest pushed a commit to branch debian/sid
in repository onionbalance.

commit b172edf63ac0e70b2a520aaa5288cf1867d2ab2e
Author: Donncha O'Cearbhaill <donncha at donncha.is>
Date:   Wed Jun 24 13:23:18 2015 +0100

    Remove unneccesary sudo command
---
 test/scripts/install-tor.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/scripts/install-tor.sh b/test/scripts/install-tor.sh
index 092fb16..06adc04 100755
--- a/test/scripts/install-tor.sh
+++ b/test/scripts/install-tor.sh
@@ -3,4 +3,4 @@
 set -ex
 wget https://www.torproject.org/dist/tor-0.2.7.1-alpha.tar.gz
 tar -xzvf tor-0.2.7.1-alpha.tar.gz
-cd tor-0.2.7.1-alpha && ./configure --disable-asciidoc && make && sudo make install
+cd tor-0.2.7.1-alpha && ./configure --disable-asciidoc && make && make install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionbalance.git



More information about the Pkg-privacy-commits mailing list