From d2b179c5566c0915a0cb99a4bfbc935892c9a9d2 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 31 Aug 2011 15:47:26 -0300 Subject: Removing sudo from remove-dep --- share/hydractl/remove-dep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/hydractl/remove-dep b/share/hydractl/remove-dep index bc5c389..e38f452 100755 --- a/share/hydractl/remove-dep +++ b/share/hydractl/remove-dep @@ -16,6 +16,6 @@ if [ -z "$1" ]; then exit 1 fi -sudo aptitude markauto $(apt-cache showsrc "$1" \ +aptitude markauto $(apt-cache showsrc "$1" \ | grep Build-Depends \ | perl -p -e 's/(?:[\[(].+?[\])]|Build-Depends:|,|\|)//g') -- cgit v1.2.3