From 94dda28425436db8e48197ef0442979dc6c98421 Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Mon, 20 Jul 2015 08:29:37 +0300 Subject: [PATCH] quiet rc --- rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc b/rc index 3bbe2ad..1217931 100644 --- a/rc +++ b/rc @@ -11,7 +11,7 @@ export PATH . "$TOOLSPATH"/qcd_function # Update self weekly -[[ -f "$TOOLSPATH"/.lastupdate ]] || touch -t 0101010101 "$TOOLSPATH"/.lastupdate +[[ -f "$TOOLSPATH"/.lastupdate ]] || touch -t 0101010101 "$TOOLSPATH"/.lastupdate 2>&1 > /dev/null [[ -f "$TOOLSPATH"/.lastupdate ]] || return TOOLS_LASTUPDATE=$(( $( date +%s ) - $( stat -c %Y "$TOOLSPATH"/.lastupdate ) ))