aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/jail-commit
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/jail-commit')
-rwxr-xr-xtrunk/src/jail-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/jail-commit b/trunk/src/jail-commit
index de0dab4..e28e87d 100755
--- a/trunk/src/jail-commit
+++ b/trunk/src/jail-commit
@@ -56,7 +56,7 @@ function template_merge {
if [ ! -d "$file" ] && [ ! -s "$file" ]; then
if ! diff $file $1/$file; then
- echo updating $file
+ echo Updating $file
cp -af $1/$file $file
fi
elif [ -s "$file" ]; then