[geany/geany] dda15b: Bugfix update-scintilla.sh, now copies Lex*.cpp too.

Thomas Martitz git-noreply at xxxxx
Mon Oct 11 11:36:14 UTC 2021


Branch:      refs/heads/master
Author:      Thomas Martitz <kugel at rockbox.org>
Committer:   Thomas Martitz <kugel at rockbox.org>
Date:        Mon, 11 Oct 2021 11:36:14 UTC
Commit:      dda15b4748ac4b49360de1da410e6faee9988457
             https://github.com/geany/geany/commit/dda15b4748ac4b49360de1da410e6faee9988457

Log Message:
-----------
Bugfix update-scintilla.sh, now copies Lex*.cpp too.


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

Modified: scripts/update-scintilla.sh
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -73,7 +73,7 @@ copy_to scintilla/lexilla/lexlib  "$LEX_SRC"/lexlib/*.h
 copy_to scintilla/lexilla/        "$LEX_SRC"/License.txt
 copy_to scintilla/lexilla/        "$LEX_SRC"/version.txt
 # now copy the lexers we use
-git ls-files scintilla/lexilla/lexers/*.cxx | while read f; do
+git -C scintilla/lexilla/lexers/ ls-files *.cxx | while read f; do
   copy_to "scintilla/lexilla/lexers" "$LEX_SRC/lexers/$f"
 done
 



--------------
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