]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - builtins/exec.def
bash-4.4 rc1 release
[thirdparty/bash.git] / builtins / exec.def
index 0551664bf8c48398786cc0643951a4bd1b99c4a8..7d7edce0385927a4287f128196d3469f070c668b 100644 (file)
@@ -1,7 +1,7 @@
 This file is exec.def, from which is created exec.c.
 It implements the builtin "exec" in Bash.
 
-Copyright (C) 1987-2012 Free Software Foundation, Inc.
+Copyright (C) 1987-2015 Free Software Foundation, Inc.
 
 This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -119,6 +119,7 @@ exec_builtin (list)
        case 'a':
          argv0 = list_optarg;
          break;
+       CASE_HELPOPT;
        default:
          builtin_usage ();
          return (EX_USAGE);