mirror of
https://github.com/scopatz/nanorc
synced 2025-06-20 05:30:08 +02:00
Correct SC errors
This commit is contained in:
parent
7c7fe0928d
commit
c50061ecbe
@ -218,9 +218,9 @@ f_install(){
|
||||
printf "\n %s \n %s \n" "$begin" "$end" >> "$G_FILE"
|
||||
|
||||
if [ "$G_LITE" = true ]; then
|
||||
sed -n -i.bkp '$sed_lite' "$G_FILE"
|
||||
sed -n -i.bkp "$sed_lite" "$G_FILE"
|
||||
else
|
||||
sed -n -i.bkp '$sed_no_lite' "$G_FILE"
|
||||
sed -n -i.bkp "$sed_no_lite" "$G_FILE"
|
||||
_update_nanorc
|
||||
fi
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user