Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/c798d18a607ac010784e473f98f24c01a3fc4fb5
...commit
http://git.netsurf-browser.org/netsurf.git/commit/c798d18a607ac010784e473f98f24c01a3fc4fb5
...tree
http://git.netsurf-browser.org/netsurf.git/tree/c798d18a607ac010784e473f98f24c01a3fc4fb5
The branch, master has been updated
via c798d18a607ac010784e473f98f24c01a3fc4fb5 (commit)
from 335b0dc38b0e67e6714a871beab6f0ada146ae2f (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=c798d18a607ac010784e473f98f24c01a3fc4fb5
commit c798d18a607ac010784e473f98f24c01a3fc4fb5
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>
env.sh: Make it clear that this is not a shell script
Signed-off-by: Daniel Silverstone <[email protected]>
diff --git a/docs/env.sh b/docs/env.sh
index 39513cf..3b0f249 100644
--- a/docs/env.sh
+++ b/docs/env.sh
@@ -1,4 +1,6 @@
-#!/bin/sh
+# This shell fragment is intended for use in `bash` or `zsh`. While it
+# may work in other shells it is not meant to, and any misbehaviour is not
+# considered a bug in that case.
#
# NetSurf Library, tool and browser development support script
#
-----------------------------------------------------------------------
Summary of changes:
docs/env.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/env.sh b/docs/env.sh
index 39513cf..3b0f249 100644
--- a/docs/env.sh
+++ b/docs/env.sh
@@ -1,4 +1,6 @@
-#!/bin/sh
+# This shell fragment is intended for use in `bash` or `zsh`. While it
+# may work in other shells it is not meant to, and any misbehaviour is not
+# considered a bug in that case.
#
# NetSurf Library, tool and browser development support script
#
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org