Kaydet (Commit) c081983e authored tarafından Colomban Wendling's avatar Colomban Wendling

Scintilla update script: properly abort on lexer copy error

üst 7c0bb4c6
......@@ -50,7 +50,7 @@ cp -v "$SCI_SRC"/version.txt scintilla || exit 1
# now copy the lexers we use
git ls-files scintilla/lexers/*.cxx | sed 's%^scintilla/%./%' | while read f; do
cp -v "$SCI_SRC/$f" "scintilla/$f" || exit 1
done
done || exit 1
# apply our patch
git apply -p0 scintilla/scintilla_changes.patch || {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment