Skip to content

Commit 61b5166

Browse files
committed
Format commands .qubesbuilder in single quotes
When formatted in double quotes, the @SOURCE_DIR@ may be problematic with windows builder, as it will contain backslashes, and that will be misinterpreted by the yaml parser. While the windows paths are not relevant for those commands, .qubesbuilder file need to render correctly in that case too.
1 parent 216a615 commit 61b5166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.qubesbuilder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ vm:
2121
- debian
2222
source:
2323
commands:
24-
- "sed -i 's/$(PA_VER)/1:$(PA_VER)/g' @SOURCE_DIR@/debian/rules"
24+
- 'sed -i \'s/$(PA_VER)/1:$(PA_VER)/g\' @SOURCE_DIR@/debian/rules'
2525
- 'sed -i /Trolltech.conf/d @SOURCE_DIR@/debian/qubes-gui-agent.install'
2626
- '@PLUGINS_DIR@/source_deb/scripts/debian-quilt @SOURCE_DIR@/series-debian-vm.conf @SOURCE_DIR@/debian/patches'
2727

0 commit comments

Comments
 (0)