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:
parent
9467b1ea5a
commit
0149f4be82
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user