Skip to content

Commit

Permalink
use gawk
Browse files Browse the repository at this point in the history
  • Loading branch information
mtelvers committed Oct 25, 2024
1 parent de03a88 commit 63b2197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qemu/autounattend.xml.m4
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@

<SynchronousCommand wcm:action="add">
<Order>13</Order>
<CommandLine>c:\cygwin64\bin\awk -i inplace "/(^#)|(^$)/{print;next}{$4=""noacl,""$4; print}" C:\cygwin64\etc\fstab</CommandLine>
<CommandLine>c:\cygwin64\bin\gawk.exe -i inplace "/(^#)|(^$)/{print;next}{$4=""noacl,""$4;print}" C:\cygwin64\etc\fstab</CommandLine>
<Description>Add opam-repository</Description>
</SynchronousCommand>

Expand Down

0 comments on commit 63b2197

Please sign in to comment.