[geany/geany] 7d1cd7: update-scintilla.sh: Fix displaying of the message for new files

Colomban Wendling git-noreply at xxxxx
Sun Jul 21 09:33:40 UTC 2013


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sun, 21 Jul 2013 09:33:40 UTC
Commit:      7d1cd77eefdad27d228e9452443dbc415906d43b
             https://github.com/geany/geany/commit/7d1cd77eefdad27d228e9452443dbc415906d43b

Log Message:
-----------
update-scintilla.sh: Fix displaying of the message for new files


Modified Paths:
--------------
    scripts/update-scintilla.sh

Modified: scripts/update-scintilla.sh
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -63,7 +63,7 @@ git apply -p0 scintilla/scintilla_changes.patch || {
 
 #check whether there are new files
 if git status -unormal -s scintilla | grep '^??'; then
-	echo <<EOF
+	cat <<EOF
 
 Untracked files above have been introduced by the new Scintilla version and
 should be added to version control if appropriate, or removed.



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list