diff options
Diffstat (limited to 'share/hydractl/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') |