1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-22 08:35:39 +01:00

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

View File

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