1
0
Fork 0
forked from mirrors/openup

_RUN2 -> noselfupdate

No functionnal change but makes it clearer.
This commit is contained in:
Antoine Jacoutot 2013-09-02 11:57:44 +02:00
commit 996e0b21ea

2
openup
View file

@ -222,7 +222,7 @@ else
if [ "${nosig}" -o "${noselfupdate}" -o "${dryrun}" -a -z "${_RUN2}" ]; then
usage
fi
[[ -z ${_RUN2} ]] && update_self >/dev/null
[[ -z $noselfupdate ]] && update_self >/dev/null
check_vuxml
fi