From 544e634c8ce9b041e1191253563bf54da2a4e88a Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 13 Sep 2018 18:55:02 +0200 Subject: bin/pkgs: Removing headers of list outputs. --- bin/pkgs | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin') diff --git a/bin/pkgs b/bin/pkgs index ce208c4..59f2d9c 100755 --- a/bin/pkgs +++ b/bin/pkgs @@ -249,12 +249,10 @@ if [ $list_mode -eq 1 ] && \ elif [ $list_mode -eq 1 ] && \ [ $aur_mode -eq 1 ] && \ [ $community_mode -eq 0 ];then - echo "AUR packages:" cat "$aur_packagelist" elif [ $list_mode -eq 1 ] && \ [ $aur_mode -eq 0 ] && \ [ $community_mode -eq 1 ];then - echo "Community packages:" cat "$community_packagelist" elif [ $list_mode -eq 1 ] && \ [ $aur_mode -eq 1 ] && \ -- cgit v1.2.3-54-g00ecf