Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/5ee1f09dd2f1535613d1a...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/5ee1f09dd2f1535613d1ad8...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/5ee1f09dd2f1535613d1ad883...
The branch, master has been updated
via 5ee1f09dd2f1535613d1ad88359150f4c6ac53b6 (commit)
from 70825a5ee24ead041bc331b13e00ae5f86f458c0 (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/commitdiff/5ee1f09dd2f1535613d...
commit 5ee1f09dd2f1535613d1ad88359150f4c6ac53b6
Author: Chris Young <chris(a)unsatisfactorysoftware.co.uk>
Commit: Chris Young <chris(a)unsatisfactorysoftware.co.uk>
Missing double-quote
diff --git a/amiga/dist/Install b/amiga/dist/Install
index bb8f737..e320964 100755
--- a/amiga/dist/Install
+++ b/amiga/dist/Install
@@ -474,9 +474,9 @@
(rename (tackon @default-dest "Resources/SearchEngines") (tackon @default-dest
"Resources/SearchEngines.backup"))
)
-(run "c:filenote Rexx/CloseTabs.nsrx \"Close other tabs\")
-(run "c:filenote Rexx/ViewSource.nsrx \"View source\")
-(run "c:filenote Rexx/GetVideo.nsrx \"Get video\")
+(run "c:filenote Rexx/CloseTabs.nsrx \"Close other tabs\"")
+(run "c:filenote Rexx/ViewSource.nsrx \"View source\"")
+(run "c:filenote Rexx/GetVideo.nsrx \"Get video\"")
(copyfiles
(prompt "Copying files")
-----------------------------------------------------------------------
Summary of changes:
amiga/dist/Install | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/amiga/dist/Install b/amiga/dist/Install
index bb8f737..e320964 100755
--- a/amiga/dist/Install
+++ b/amiga/dist/Install
@@ -474,9 +474,9 @@
(rename (tackon @default-dest "Resources/SearchEngines") (tackon @default-dest
"Resources/SearchEngines.backup"))
)
-(run "c:filenote Rexx/CloseTabs.nsrx \"Close other tabs\")
-(run "c:filenote Rexx/ViewSource.nsrx \"View source\")
-(run "c:filenote Rexx/GetVideo.nsrx \"Get video\")
+(run "c:filenote Rexx/CloseTabs.nsrx \"Close other tabs\"")
+(run "c:filenote Rexx/ViewSource.nsrx \"View source\"")
+(run "c:filenote Rexx/GetVideo.nsrx \"Get video\"")
(copyfiles
(prompt "Copying files")
--
NetSurf Browser