X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=builtins%2Fcaller.def;h=965676b38710c79fe625b97a1980aaf1c835988e;hb=ac50fbac377e32b98d2de396f016ea81e8ee9961;hp=7ddbdad491711bbe2cae75c0ffd6ebb94c220a71;hpb=4539d736f1aff232857a854fd2a68df0c98d9f34;p=platform%2Fupstream%2Fbash.git diff --git a/builtins/caller.def b/builtins/caller.def index 7ddbdad..965676b 100644 --- a/builtins/caller.def +++ b/builtins/caller.def @@ -2,6 +2,7 @@ This file is caller.def, from which is created caller.c. It implements the builtin "caller" in Bash. Copyright (C) 2002-2008 Rocky Bernstein for Free Software Foundation, Inc. +Copyright (C) 2008-2013 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -121,7 +122,7 @@ caller_builtin (list) { sh_invalidnum (list->word->word); builtin_usage (); - return (EXECUTION_FAILURE); + return (EX_USAGE); } return (EXECUTION_SUCCESS);