Skip to content

Commit

Permalink
Missing escape
Browse files Browse the repository at this point in the history
  • Loading branch information
dnarvaez committed Oct 6, 2013
1 parent 421d7f4 commit 541e578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def create_factory(config):
descriptionDone="clean"))

script = """mkdir build &&
sed -r 's/(Architecture = ).*/\1%s/g' \
sed -r 's/(Architecture = ).*/\\1%s/g' \
/etc/pacman.conf > pacman.conf &&
sudo mkarchroot -C pacman.conf build/root base-devel"""

Expand Down

0 comments on commit 541e578

Please sign in to comment.