From 1a2bfdf8bd00e2b1d6486157ecd9fb74f62cb3d6 Mon Sep 17 00:00:00 2001 From: q Date: Thu, 16 Feb 2017 21:51:09 +0200 Subject: [PATCH] symlink somehow breaks on cygwin --- rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc b/rc index 49798fa..1b96688 100755 --- a/rc +++ b/rc @@ -62,7 +62,7 @@ TOOLS_TO_UPDATE=1 [[ -w "$TOOLSPATH"/.lastupdate ]] || TOOLS_TO_UPDATE=0 if [ $TOOLS_TO_UPDATE -eq 1 ]; then - TOOLS_LASTUPDATE=$( "$TOOLSPATH"/bin/file-age "$TOOLSPATH"/.lastupdate d ) + TOOLS_LASTUPDATE=$( "$TOOLSPATH"/files/file-age "$TOOLSPATH"/.lastupdate d ) [[ "$TOOLS_LASTUPDATE" -gt 7 ]] && _self_update unset TOOLS_LASTUPDATE fi