From 5ff38e903a9ada8938aa71695af44b8bdde29fa9 Mon Sep 17 00:00:00 2001 From: p4bl0 Date: Mon, 2 Aug 2010 13:49:17 +0200 Subject: post-receive now works :-) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 4bbd162..a012ce7 100755 --- a/build.sh +++ b/build.sh @@ -12,7 +12,7 @@ include_file() { cp install.sh tmp1 i=1 -for f in README post-commit.sh post-receive.sh default-files/*; do +for f in README post-commit.sh post-receive.sh html-gen.sh default-files/*; do j=$((1 - i)) include_file tmp$i "$f" > tmp$j i=$j -- cgit v1.2.3