bug dans le test de la chaine

This commit is contained in:
Jephté Clain 2014-11-19 16:14:00 +04:00
parent b5ea2c0c72
commit 8729fd0778
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
007004000
007004001

View File

@ -554,7 +554,7 @@ function git_annex_initial() {
if [ "${link#.git/annex/}" != "$link" ]; then
hasannex=1
break
elif [[ "$link" == "*/.git/annex/*" ]]; then
elif [[ "$link" == */.git/annex/* ]]; then
hasannex=1
break
fi