summaryrefslogtreecommitdiffstats
path: root/t/chainlint/for-loop-abbreviated.expect
blob: a21007a63f171c92482e47c381a759f7e6f20e03 (plain)
1
2
3
4
5
for it
do
	path=$(expr "$it" : ( [^:]*) ) &&
	git update-index --add "$path" || exit
done