tRemove sudo from efetchlog - gentoo-tools - Some Gentoo helper tools
 (HTM) git clone git://r-36.net/gentoo-tools
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 15a6a9686326352f75ca34d9921036461e3dc0b1
 (DIR) parent ffd2dcd06cfd7449e926881fba0ec7596130adb6
 (HTM) Author: Spenser Truex <web@spensertruex.com>
       Date:   Wed,  8 Apr 2020 09:21:10 -0700
       
       Remove sudo from efetchlog
       
       Missed this sudo call in c4f2237b5
       
       Signed-off-by: Christoph Lohmann <20h@r-36.net>
       
       Diffstat:
         bin/efetchlog                       |       3 +--
       
       1 file changed, 1 insertion(+), 2 deletions(-)
       ---
 (DIR) diff --git a/bin/efetchlog b/bin/efetchlog
       t@@ -1,4 +1,3 @@
        #!/bin/sh
        
       -sudo tail -f /var/log/emerge-fetch.log
       -
       +tail -f /var/log/emerge-fetch.log