mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-16 08:30:49 +02:00
Bash-4.4 distribution sources and documentation
This commit is contained in:
+45
-1
@@ -13,7 +13,7 @@ after exec1.sub: one two three
|
||||
126
|
||||
./execscript: line 40: /: Is a directory
|
||||
126
|
||||
/: /: is a directory
|
||||
/: /: Is a directory
|
||||
126
|
||||
./execscript: line 47: .: /: is a directory
|
||||
1
|
||||
@@ -60,4 +60,48 @@ expand_aliases on
|
||||
0
|
||||
0
|
||||
0
|
||||
/usr/local/bin:/usr/GNU/bin:/usr/bin:/bin:.
|
||||
cannot find cat in $TMPDIR
|
||||
cannot find cat with empty $PATH
|
||||
PATH = /usr/local/bin:/usr/GNU/bin:/usr/bin:/bin:.
|
||||
cannot find cat in $TMPDIR with hash
|
||||
cannot find cat with empty $PATH with hash
|
||||
PATH = /usr/local/bin:/usr/GNU/bin:/usr/bin:/bin:.
|
||||
trap -- 'echo foo $BASH_SUBSHELL' EXIT
|
||||
trap -- 'echo USR1 $BASHPID' SIGUSR1
|
||||
between
|
||||
trap -- 'echo foo $BASH_SUBSHELL' EXIT
|
||||
trap -- 'echo USR1 $BASHPID' SIGUSR1
|
||||
between 2
|
||||
trap -- 'echo foo $BASH_SUBSHELL' EXIT
|
||||
trap -- 'echo USR1 $BASHPID' SIGUSR1
|
||||
in subshell: 1
|
||||
in subshell pipeline: 1
|
||||
group pipeline: 1
|
||||
EXIT-group.1
|
||||
foo 0
|
||||
after
|
||||
exit code: 1
|
||||
exit code: 1
|
||||
exit code: 1
|
||||
exit code: 127
|
||||
exit code: 127
|
||||
exit code: 127
|
||||
a
|
||||
b
|
||||
c
|
||||
A
|
||||
B
|
||||
c
|
||||
d
|
||||
c
|
||||
d
|
||||
e
|
||||
x1
|
||||
x1a
|
||||
x2
|
||||
x2a
|
||||
x2b
|
||||
x3
|
||||
x3a
|
||||
x3b
|
||||
|
||||
Reference in New Issue
Block a user