Add -e option to only newer

This commit is contained in:
Christoph Schlosser 2018-09-16 16:08:27 +02:00 committed by GitHub
parent 0aee6b5f7a
commit e2827d98d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ else
fi
if [ "$PLUGIN_ONLY_NEWER" = true ]; then
PLUGIN_ONLY_NEWER="-n"
PLUGIN_ONLY_NEWER="-ne"
else
PLUGIN_ONLY_NEWER=""
fi