Skip to content
Snippets Groups Projects
Commit efa83c0d authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

win32 packaging: change gawk syntax in winsparkle updater script

Change-Id: I0a1789fe0746e4db5dadf258b5071402039862db
parent 00f59085
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,8 @@ else
fi
# update URI in <link> field
gawk -i inplace -v source="${SPARKLE_SOURCE}" '/<link>/{printf " <link>";
printf source; print "</link>"; next}1' ${SPARKLE_FILE}
gawk -v source="${SPARKLE_SOURCE}" '/<link>/{printf " <link>";
printf source; print "</link>"; next}1' ${SPARKLE_FILE}
# update xml list with new image item
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment