Fix a typo in the Scintilla update script (oops)

This commit is contained in:
Colomban Wendling 2012-06-30 21:58:09 +02:00
parent a6c0dc0978
commit f0b245cdae

View File

@ -23,7 +23,7 @@ if ! [ -f "$SCI_SRC"/version.txt ]; then
exit 1 exit 1
fi fi
# check destination directory # 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 echo "Please run this script from Geany's root source directory." >&2
exit 1 exit 1
fi fi