From 2e278597c90f55eec2fe48eaee4bb0e903d6e68a Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Sat, 27 Feb 2016 16:40:55 +0000 Subject: [PATCH] Automatic commit with j --- urchin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urchin b/urchin index d613abf..43b576e 100755 --- a/urchin +++ b/urchin @@ -312,7 +312,7 @@ fi # Run or present the Molly guard. root="$(urchin_root "$1")" -if dirname "$(readlink -f "$root")" | +if basename "$(readlink -f "$root")" | grep -Fi 'test' > /dev/null || $force; then logfile="$(readlink -f "$root")/.urchin/.log" echo > "$logfile"