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

This commit is contained in:
Colomban Wendling 2013-07-21 11:33:40 +02:00
parent e0ef859c7f
commit 7d1cd77eef

View File

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