mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
the extra ; and [] caused parsing issues
This commit is contained in:
parent
9467b1ea5a
commit
0149f4be82
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue