Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/7ef2b8b71179bcc5fe90a673f684fc221f7d28a3
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/7ef2b8b71179bcc5fe90a673f684fc221f7d28a3
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/7ef2b8b71179bcc5fe90a673f684fc221f7d28a3

The branch, master has been updated
       via  7ef2b8b71179bcc5fe90a673f684fc221f7d28a3 (commit)
      from  3523cdc4a441e9fb2d8fcc020b04bd819b3019b8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=7ef2b8b71179bcc5fe90a673f684fc221f7d28a3
commit 7ef2b8b71179bcc5fe90a673f684fc221f7d28a3
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    fix stupid error expanding shell variable

diff --git a/utils/jenkins-build.sh b/utils/jenkins-build.sh
index cff753a..d6bf6da 100755
--- a/utils/jenkins-build.sh
+++ b/utils/jenkins-build.sh
@@ -472,7 +472,7 @@ for SUFFIX in "${PKG_SFX}" .md5 .sha256;do
     # remove the local file artifact
     rm -f "${PKG_SRC}${SUFFIX}"
 
-    OLD_ARTIFACT_TARGETS=${OLD_ARTIFACT_TARGETS} 
"${DESTDIR}/NetSurf-${OLD_IDENTIFIER}${SUFFIX}"
+    OLD_ARTIFACT_TARGETS="${OLD_ARTIFACT_TARGETS} 
${DESTDIR}/NetSurf-${OLD_IDENTIFIER}${SUFFIX}"
 done
 
 


-----------------------------------------------------------------------

Summary of changes:
 utils/jenkins-build.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/jenkins-build.sh b/utils/jenkins-build.sh
index cff753a..d6bf6da 100755
--- a/utils/jenkins-build.sh
+++ b/utils/jenkins-build.sh
@@ -472,7 +472,7 @@ for SUFFIX in "${PKG_SFX}" .md5 .sha256;do
     # remove the local file artifact
     rm -f "${PKG_SRC}${SUFFIX}"
 
-    OLD_ARTIFACT_TARGETS=${OLD_ARTIFACT_TARGETS} 
"${DESTDIR}/NetSurf-${OLD_IDENTIFIER}${SUFFIX}"
+    OLD_ARTIFACT_TARGETS="${OLD_ARTIFACT_TARGETS} 
${DESTDIR}/NetSurf-${OLD_IDENTIFIER}${SUFFIX}"
 done
 
 


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to