From c798d18a607ac010784e473f98f24c01a3fc4fb5 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 1 Aug 2019 11:06:38 +0100 Subject: env.sh: Make it clear that this is not a shell script Signed-off-by: Daniel Silverstone --- docs/env.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/env.sh b/docs/env.sh index 39513cf0d..3b0f24927 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 # -- cgit v1.2.3