Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sat, 30 Jun 2012 19:58:09 Commit: f0b245cdae33b019fec5234263b66fe74bbbacb1 https://github.com/geany/geany/commit/f0b245cdae33b019fec5234263b66fe74bbbac...
Log Message: ----------- Fix a typo in the Scintilla update script (oops)
Modified Paths: -------------- scripts/update-scintilla.sh
Modified: scripts/update-scintilla.sh 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -23,7 +23,7 @@ if ! [ -f "$SCI_SRC"/version.txt ]; then exit 1 fi # check destination directory -if ! [ -d .git ] || ! [ -f scintilla/version/txt ]; then +if ! [ -d .git ] || ! [ -f scintilla/version.txt ]; then echo "Please run this script from Geany's root source directory." >&2 exit 1 fi
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).