Automatic commit with j

This commit is contained in:
Thomas Levine 2016-02-27 16:40:55 +00:00
parent f67dedd7ff
commit 2e278597c9
1 changed files with 1 additions and 1 deletions

2
urchin
View File

@ -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"