Fix a typo in the Scintilla update script (oops)
This commit is contained in:
parent
a6c0dc0978
commit
f0b245cdae
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user