From 3f761f76b59b930adc499717a6ddd25dd2271e4e Mon Sep 17 00:00:00 2001 From: rhatto Date: Fri, 6 Apr 2007 01:21:49 +0000 Subject: small cosmetic changes git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@280 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/jail-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trunk/src') 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 -- cgit v1.2.3