[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-259-g234fe9e
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2012-04-10 08:55:33
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 234fe9e80228b3b4b071f368da95fdf06f96149c (commit)
from 181a4437aa2ca776a64acb7b38e04d29a6e787e7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 234fe9e80228b3b4b071f368da95fdf06f96149c
Author: Julien Boibessot <jul...@ar...>
Date: Tue Apr 10 10:53:35 2012 +0200
One TAB per indent, please...
-----------------------------------------------------------------------
Summary of changes:
scripts/quiltify.sh | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/quiltify.sh b/scripts/quiltify.sh
index 5f09f94..b593d93 100755
--- a/scripts/quiltify.sh
+++ b/scripts/quiltify.sh
@@ -18,9 +18,9 @@ ask_user()
shift
n=1
while [ "$1" != "" ]; do
- echo " $n] "$1
- shift
- let n=n+1
+ echo " $n] "$1
+ shift
+ let n=n+1
done
read -p "> " answer
}
hooks/post-receive
--
armadeus
|