forked from mirrors/openup
_RUN2 -> noselfupdate
No functionnal change but makes it clearer.
This commit is contained in:
parent
8b9507da18
commit
996e0b21ea
1 changed files with 1 additions and 1 deletions
2
openup
2
openup
|
|
@ -222,7 +222,7 @@ else
|
||||||
if [ "${nosig}" -o "${noselfupdate}" -o "${dryrun}" -a -z "${_RUN2}" ]; then
|
if [ "${nosig}" -o "${noselfupdate}" -o "${dryrun}" -a -z "${_RUN2}" ]; then
|
||||||
usage
|
usage
|
||||||
fi
|
fi
|
||||||
[[ -z ${_RUN2} ]] && update_self >/dev/null
|
[[ -z $noselfupdate ]] && update_self >/dev/null
|
||||||
check_vuxml
|
check_vuxml
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue