From 504b12c7d989a20d886fff5cdb542a0135129ead Mon Sep 17 00:00:00 2001 From: q Date: Tue, 21 Jul 2015 21:43:17 +0300 Subject: [PATCH] completely silent operation rc --- rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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