From a895b900309d8e2135f83f3c3c7f14f7f28f65fe Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Mon, 20 Jul 2015 08:30:31 +0300 Subject: [PATCH] typo --- rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc b/rc index 1217931..857746d 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 2>&1 > /dev/null +[[ -f "$TOOLSPATH"/.lastupdate ]] || touch -t 0101010101 "$TOOLSPATH"/.lastupdate 2> /dev/null [[ -f "$TOOLSPATH"/.lastupdate ]] || return TOOLS_LASTUPDATE=$(( $( date +%s ) - $( stat -c %Y "$TOOLSPATH"/.lastupdate ) ))