update-scintilla.sh: Fix displaying of the message for new files
This commit is contained in:
parent
e0ef859c7f
commit
7d1cd77eef
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user