diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-07 09:34:43 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-07 09:34:43 -0500 |
commit | 012bac3904e70af1521e5e38b2022f3d8d27daee (patch) | |
tree | 2cbc6a3c2a913e0791ab71fa83b44aa7180bbf05 /builtins/return.def | |
parent | adeca69c7f011a06e9a8ab38212bf3479b39d6bf (diff) | |
download | bash-012bac3904e70af1521e5e38b2022f3d8d27daee.tar.gz |
commit bash-20081229 snapshot
Diffstat (limited to 'builtins/return.def')
-rw-r--r-- | builtins/return.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtins/return.def b/builtins/return.def index 03b7fbda..641ee16a 100644 --- a/builtins/return.def +++ b/builtins/return.def @@ -1,7 +1,7 @@ This file is return.def, from which is created return.c. It implements the builtin "return" in Bash. -Copyright (C) 1987-2008 Free Software Foundation, Inc. +Copyright (C) 1987-2009 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. |