Fix syntax errors
This commit is contained in:
parent
dd80318bdc
commit
b0608a95f5
|
@ -9,12 +9,13 @@ begin
|
||||||
|
|
||||||
function configureSW
|
function configureSW
|
||||||
sed -i \
|
sed -i \
|
||||||
-e "/^\[options\]$/,/^\[/{" \
|
-e '/^\[options\]$/,/^\[/{' \
|
||||||
-e 's/^#\?\(Color\)$/\1/;' \
|
-e 's/^#\?\(Color\)$/\1/;' \
|
||||||
-e '/^# Misc Options$/{' (
|
-e '/^# Misc Options$/{' (
|
||||||
# -e "a ILoveCandy"
|
# -e "a ILoveCandy"
|
||||||
) \
|
) \
|
||||||
-e "};" \
|
-e "};" \
|
||||||
|
-e "}" \
|
||||||
-e '/^#\?\[multilib\]$/,/^$/{ s/^#\?\(.*\)$/\1/; }' \
|
-e '/^#\?\[multilib\]$/,/^$/{ s/^#\?\(.*\)$/\1/; }' \
|
||||||
/etc/pacman.conf
|
/etc/pacman.conf
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue