Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
savoirfairelinux
jami-project
Commits
efa83c0d
Commit
efa83c0d
authored
Dec 07, 2018
by
Andreas Traczyk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
win32 packaging: change gawk syntax in winsparkle updater script
Change-Id: I0a1789fe0746e4db5dadf258b5071402039862db
parent
00f59085
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
scripts/winsparkle-xml-updater.sh
scripts/winsparkle-xml-updater.sh
+2
-2
No files found.
scripts/winsparkle-xml-updater.sh
View file @
efa83c0d
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment