Revert "Add a helper function to compare file contents"
[alt-git.git] / t / chainlint / for-loop-abbreviated.expect
bloba21007a63f171c92482e47c381a759f7e6f20e03
1 for it
2 do
3         path=$(expr "$it" : ( [^:]*) ) &&
4         git update-index --add "$path" || exit
5 done