[geany/geany] f0b245: Fix a typo in the Scintilla update script (oops)

Colomban Wendling git-noreply at xxxxx
Thu Jul 26 00:05:41 UTC 2012


Branch:      refs/heads/document-messages
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sat, 30 Jun 2012 19:58:09
Commit:      f0b245cdae33b019fec5234263b66fe74bbbacb1
             https://github.com/geany/geany/commit/f0b245cdae33b019fec5234263b66fe74bbbacb1

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



More information about the Commits mailing list