From df59b1e586d34c4650f30fb796eb091b9a72b1ca Mon Sep 17 00:00:00 2001 From: p4bl0 Date: Sat, 24 Jul 2010 03:43:33 +0200 Subject: reformatted code --- build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 50d45ee..5a75cfe 100755 --- a/build.sh +++ b/build.sh @@ -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 -- cgit v1.2.3