Skip to content

Commit 0cd913e

Browse files
fixed typo
Signed-off-by: kokkiemouse <[email protected]>
1 parent 7ab0d91 commit 0cd913e

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
@@ -60,7 +60,7 @@ if [[ "${CONFIG_USE_CUSTOM_PASSWD}" = "y" ]]; then
6060
fi
6161
buf=`grep CONFIG_USE_CUSTOM_WORK .config`
6262
eval "${buf}"
63-
if [[ "${CONFIG_USE_CUSTOM_WORK}" = "true" ]]; then
63+
if [[ "${CONFIG_USE_CUSTOM_WORK}" = "y" ]]; then
6464
buf=`grep CONFIG_CUSTOM_WORKDIR .config | sed -e 's/CONFIG_CUSTOM_WORKDIR/workdir/g' `
6565
eval "${buf}"
6666
fi

0 commit comments

Comments
 (0)