]> git.wh0rd.org - home.git/commitdiff
gentoo-sync: remove duplicate date calls
authorMike Frysinger <vapier@gentoo.org>
Wed, 4 May 2022 13:49:00 +0000 (09:49 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 4 May 2022 13:49:00 +0000 (09:49 -0400)
.bin/gentoo-sync

index 6d272070dd16a42002f78dd35d86ada4a3042111..6984c38001674f87a2d0b2982177ddf750ec41db 100755 (executable)
@@ -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