Remove d glob qualifier (d is for dev), m+7 is for 7 days

This commit is contained in:
Jonathan Dahan 2012-01-31 13:07:24 -05:00
parent 82fe11ee1b
commit 6ff444cc42

View file

@ -97,7 +97,7 @@ if zstyle -t ':omz:updater:auto' update; then
fi
# Check for update every 7 days.
if [ "$omz_update"(Nmd+7) ]; then
if [ "$omz_update"(Nm+7) ]; then
update-omz && touch "$omz_update"
fi
fi