1
0
Fork 0
mirror of https://git.ludikovsky.name/git/fugitive.git synced 2024-06-25 03:25:27 +02:00

reformatted code

This commit is contained in:
p4bl0 2010-07-24 03:43:33 +02:00
parent 04b09eba7a
commit df59b1e586

View file

@ -11,7 +11,9 @@ include_file() {
cp install.sh tmp1
i=1
for f in archives.html article.html fugitive.css post-commit.sh post-receive.sh; do
for f in archives.html article.html \
fugitive.css print.css \
post-commit.sh post-receive.sh; do
j=$((1 - i))
include_file tmp$i $f > tmp$j
i=$j