silent update
This commit is contained in:
2
rc
2
rc
@@ -13,7 +13,7 @@ export PATH
|
|||||||
function _self_update() {
|
function _self_update() {
|
||||||
touch "$TOOLSPATH"/.lastupdate
|
touch "$TOOLSPATH"/.lastupdate
|
||||||
pushd "$TOOLSPATH" > /dev/null
|
pushd "$TOOLSPATH" > /dev/null
|
||||||
hg pull -u 2>&1 > /dev/null
|
hg pull -u > /dev/null 2>&1
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user