diff options
Diffstat (limited to 'Src/mkbltnmlst.sh')
-rw-r--r-- | Src/mkbltnmlst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/mkbltnmlst.sh b/Src/mkbltnmlst.sh index 005e2ef81..d9c5b13e9 100644 --- a/Src/mkbltnmlst.sh +++ b/Src/mkbltnmlst.sh @@ -40,7 +40,7 @@ for x_mod in $x_mods; do unset moddeps autofeatures . $srcdir/../$modfile if test "x$autofeatures" != x; then - echo " if (emulation == EMULATE_ZSH) {" + echo " if (EMULATION(EMULATE_ZSH)) {" echo " char *features[] = { " for feature in $autofeatures; do echo " \"$feature\"," |