Branch: refs/heads/master Author: Thomas Martitz kugel@rockbox.org Committer: Thomas Martitz kugel@rockbox.org Date: Mon, 11 Oct 2021 11:36:14 UTC Commit: dda15b4748ac4b49360de1da410e6faee9988457 https://github.com/geany/geany/commit/dda15b4748ac4b49360de1da410e6faee99884...
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).