about summary refs log tree commit diff
path: root/Src/mkbltnmlst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Src/mkbltnmlst.sh')
-rw-r--r--Src/mkbltnmlst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/mkbltnmlst.sh b/Src/mkbltnmlst.sh
index 5bd510add..d636550ac 100644
--- a/Src/mkbltnmlst.sh
+++ b/Src/mkbltnmlst.sh
@@ -48,7 +48,7 @@ for x_mod in $x_mods; do
 	done
 	echo "      NULL"
 	echo "    }; "
-	echo "    autofeatures(\"zsh\", features, \"$x_mod\", 1);"
+	echo "    autofeatures(\"zsh\", \"$x_mod\", features, 0, 1);"
 	echo "  }"
     fi
     for dep in $moddeps; do