Skip to content

Commit c7ac4f1

Browse files
fixed typo
Signed-off-by: kokkiemouse <[email protected]>
1 parent 135d40f commit c7ac4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/menuconf-to-alterconf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if [[ $USE_CUSTOM_LANG = "true" ]]; then
6565
eval "${buf}"
6666
fi
6767
eval "${buf,,}"
68-
if [[ $USE_CUSTOM_WORK = "true" ]]; then
68+
if [[ "${CONFIG_USE_CUSTOM_WORK}" = "true" ]]; then
6969
buf=`grep CONFIG_CUSTOM_WORKDIR .config | sed -e 's/CONFIG_CUSTOM_WORKDIR/workdir/g' `
7070
eval "${buf}"
7171
fi

0 commit comments

Comments
 (0)