tester l'existence de git-annex
This commit is contained in:
parent
8729fd0778
commit
f8ed4f1c9e
|
@ -1 +1 @@
|
||||||
007004001
|
007004002
|
||||||
|
|
|
@ -561,6 +561,10 @@ function git_annex_initial() {
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ -n "$hasannex" ]; then
|
if [ -n "$hasannex" ]; then
|
||||||
|
progexists git-annex || {
|
||||||
|
eerror "Vous devez installer git-annex"
|
||||||
|
return 1
|
||||||
|
}
|
||||||
(cd "$repodir"
|
(cd "$repodir"
|
||||||
git annex init "$MYHOSTNAME" &&
|
git annex init "$MYHOSTNAME" &&
|
||||||
git annex get &&
|
git annex get &&
|
||||||
|
|
Loading…
Reference in New Issue