diff --git a/rc b/rc index e35d887..b1d5f75 100644 --- a/rc +++ b/rc @@ -21,7 +21,7 @@ TOOLS_LASTUPDATE=$(( $( date +%s ) - $( stat -c %Y "$TOOLSPATH"/.lastupdate ) )) [[ "$TOOLS_LASTUPDATE" -gt 604800 ]] && { touch "$TOOLSPATH"/.lastupdate pushd "$TOOLSPATH" > /dev/null - hg pull -u + hg pull -u 2>&1 > /dev/null popd > /dev/null } unset TOOLS_LASTUPDATE