mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix patch that got corrupted while testing
This commit is contained in:
parent
8487552927
commit
8a2a08481e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479099
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ on the engine selected in the port options.
|
||||||
+
|
+
|
||||||
+ """Set the default engine and check it first
|
+ """Set the default engine and check it first
|
||||||
+ """
|
+ """
|
||||||
+ defaultEngine = 'hunspell'
|
+ defaultEngine = '%%SPELL_ENGINE%%'
|
||||||
+ engineOptions.move_to_end(defaultEngine, last=False)
|
+ engineOptions.move_to_end(defaultEngine, last=False)
|
||||||
+
|
+
|
||||||
if spellPath:
|
if spellPath:
|
||||||
|
|
Loading…
Add table
Reference in a new issue