From: Mike Frysinger Date: Wed, 4 May 2022 13:49:00 +0000 (-0400) Subject: gentoo-sync: remove duplicate date calls X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=a6bb873462ced57ee5162248e9f9bb128af52ebd gentoo-sync: remove duplicate date calls --- 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