Fix shellcheck error

This commit is contained in:
davidhcefx 2023-04-13 20:45:43 +08:00
parent 899b23e560
commit f0e9c6c863
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ case "$1" in
esac
_fetch_sources;
if [ $UPDATE_LITE ];
if [ "$UPDATE_LITE" ];
then
_update_nanorc_lite
else