From a6bb873462ced57ee5162248e9f9bb128af52ebd Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 4 May 2022 09:49:00 -0400 Subject: [PATCH] gentoo-sync: remove duplicate date calls --- .bin/gentoo-sync | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.bin/gentoo-sync b/.bin/gentoo-sync index 6d27207..6984c38 100755 --- a/.bin/gentoo-sync +++ b/.bin/gentoo-sync @@ -127,7 +127,6 @@ if ${GS_RSYNC} ; then fi if ${GS_SYNC} ; then - date run emerge --sync -q date ${GS_EUPDATEDB} && run $(type -P eupdatedb) @@ -135,7 +134,7 @@ if ${GS_SYNC} ; then ${GS_LAYMAN} && l=$(type -P layman) && run ${l} -S -q date ${GS_FETCH} && run emerge world -Duf - date + #date #q -qr fi -- 2.39.5