Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Tue, 21 Apr 2015 13:39:30 UTC Commit: 264df2ec7bc883e27b2668f43b08aad0cc244afb https://github.com/geany/geany/commit/264df2ec7bc883e27b2668f43b08aad0cc244a...
Log Message: ----------- Scintilla update script: improve success banner
Modified Paths: -------------- scripts/update-scintilla.sh
Modified: scripts/update-scintilla.sh 5 lines changed, 3 insertions(+), 2 deletions(-) =================================================================== @@ -60,6 +60,9 @@ git apply -p0 scintilla/scintilla_changes.patch || { exit 1 }
+# show a nice success banner +echo "Scintilla update successful!" | sed 'h;s/./=/g;p;x;p;x' + #check whether there are new files if git status -unormal -s scintilla | grep '^??'; then cat <<EOF @@ -74,8 +77,6 @@ fi # summary cat << EOF
-Scintilla update successful! - Please check the diff and upgrade the style mappings in src/highlightingmappings.h.
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).