diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-08-31 15:47:26 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-08-31 15:47:26 -0300 |
commit | d2b179c5566c0915a0cb99a4bfbc935892c9a9d2 (patch) | |
tree | b2097caf078563238dfc349d213d6f73623b6d12 | |
parent | 0377fe20d494106f2bd692c1a5dafbfc187c8154 (diff) | |
download | hydra-d2b179c5566c0915a0cb99a4bfbc935892c9a9d2.tar.gz hydra-d2b179c5566c0915a0cb99a4bfbc935892c9a9d2.tar.bz2 |
Removing sudo from remove-dep
-rwxr-xr-x | share/hydractl/remove-dep | 2 |
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') |