mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 16:45:40 +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
|
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…
Reference in New Issue
Block a user