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