commit bash-20060316 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:05:27 -05:00
parent 97be3d8ed9
commit 28157acd2d
1546 changed files with 713954 additions and 55608 deletions
+4 -1
View File
@@ -38,6 +38,7 @@ in $PATH are used to find the directory containing FILENAME. If any
ARGUMENTS are supplied, they become the positional parameters when
FILENAME is executed.
$END
/* source.c - Implements the `.' and `source' builtins. */
#include <config.h>
@@ -67,7 +68,9 @@ $END
extern int errno;
#endif /* !errno */
static void maybe_pop_dollar_vars __P((void));
#if defined (RESTRICTED_SHELL)
extern int restricted;
#endif
/* If non-zero, `.' uses $PATH to look up the script to be sourced. */
int source_uses_path = 1;