Add -e option to only newer
This commit is contained in:
parent
0aee6b5f7a
commit
e2827d98d7
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$PLUGIN_ONLY_NEWER" = true ]; then
|
if [ "$PLUGIN_ONLY_NEWER" = true ]; then
|
||||||
PLUGIN_ONLY_NEWER="-n"
|
PLUGIN_ONLY_NEWER="-ne"
|
||||||
else
|
else
|
||||||
PLUGIN_ONLY_NEWER=""
|
PLUGIN_ONLY_NEWER=""
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue