look for .urchin_root rather than .urchin
This commit is contained in:
parent
de8bda1b32
commit
5cd182ff8f
2
urchin
2
urchin
@ -136,7 +136,7 @@ urchin_root() {
|
||||
return 1
|
||||
elif test -f "${current}"; then
|
||||
urchin_root "$(dirname -- "${current}")" "${orig}"
|
||||
elif test -f "${current}"/.urchin; then
|
||||
elif test -f "${current}"/.urchin_root; then
|
||||
remove_trailing_slash "${current}"
|
||||
else
|
||||
urchin_root "${current}"/.. "${orig}"
|
||||
|
Loading…
Reference in New Issue
Block a user