the extra ; and [] caused parsing issues

This commit is contained in:
Shmueli Englard 2017-03-29 12:52:59 -04:00
parent 9467b1ea5a
commit 0149f4be82
1 changed files with 4 additions and 3 deletions

View File

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