diff options
Diffstat (limited to 'bin/porticron')
-rwxr-xr-x | bin/porticron | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/porticron b/bin/porticron index a9ff56c..3a1c0bb 100755 --- a/bin/porticron +++ b/bin/porticron @@ -19,6 +19,7 @@ PORTDIR=$(portageq portdir) # sync if desired ${SYNC_CMD:-/usr/bin/emerge --sync} &>/dev/null +${SYNC_OVERLAYS_CMD:-/bin/true} &>/dev/null # build a list of changed ebuilds |