From 34f60a3781ea8f17f3d2a1a743a9aab9b31a296f Mon Sep 17 00:00:00 2001 From: Gerrit Pape Date: Sun, 28 Nov 2010 20:32:00 +0800 Subject: [INPUT] Use exit status 127 when the script to run does not exist This commit makes dash exit with return code 127 instead of 2 if started as non-interactive shell with a non-existent command_file specified as argument (or a directory), as documented in http://www.opengroup.org/onlinepubs/009695399/utilities/sh.html#tag_04_128_14 The wrong exit code was reported by Clint Adams and Jari Aalto through http://bugs.debian.org/548743 http://bugs.debian.org/548687 Signed-off-by: Gerrit Pape Signed-off-by: Herbert Xu --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e5479a8..a18838c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-11-28 Gerrit Pape + + * Use exit status 127 when the script to run does not exist. + 2010-11-28 Philipp Weis * Document optional open parenthesis for case patterns. -- cgit 1.4.1