diff --git a/client-android b/client-android index 34d78817340a3db916e64df632fd3726949de1ea..1a511f2ceba9ee333745fc3ba2ec5dc36b762d3a 160000 --- a/client-android +++ b/client-android @@ -1 +1 @@ -Subproject commit 34d78817340a3db916e64df632fd3726949de1ea +Subproject commit 1a511f2ceba9ee333745fc3ba2ec5dc36b762d3a diff --git a/daemon b/daemon index 4f26d8ee7cfee16936a266d5ce1c46f5d31d0824..4d480644eadff973c7fa19b1ffc53242d0c310d4 160000 --- a/daemon +++ b/daemon @@ -1 +1 @@ -Subproject commit 4f26d8ee7cfee16936a266d5ce1c46f5d31d0824 +Subproject commit 4d480644eadff973c7fa19b1ffc53242d0c310d4 diff --git a/scripts/winsparkle-xml-updater.sh b/scripts/winsparkle-xml-updater.sh index 1e7b7b10a68a70fe002cc06ca78b472a7bd82e1d..221a83050ddb520f8d79989daaa81d5c80f14765 100755 --- a/scripts/winsparkle-xml-updater.sh +++ b/scripts/winsparkle-xml-updater.sh @@ -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