bug dans le test de la chaine
This commit is contained in:
parent
b5ea2c0c72
commit
8729fd0778
|
@ -1 +1 @@
|
|||
007004000
|
||||
007004001
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue