aboutsummaryrefslogtreecommitdiff
path: root/share/hydractl/remove-dep
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-08-31 15:47:26 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-08-31 15:47:26 -0300
commitd2b179c5566c0915a0cb99a4bfbc935892c9a9d2 (patch)
treeb2097caf078563238dfc349d213d6f73623b6d12 /share/hydractl/remove-dep
parent0377fe20d494106f2bd692c1a5dafbfc187c8154 (diff)
downloadhydra-d2b179c5566c0915a0cb99a4bfbc935892c9a9d2.tar.gz
hydra-d2b179c5566c0915a0cb99a4bfbc935892c9a9d2.tar.bz2
Removing sudo from remove-dep
Diffstat (limited to 'share/hydractl/remove-dep')
-rwxr-xr-xshare/hydractl/remove-dep2
1 files changed, 1 insertions, 1 deletions
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')