mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-29 08:29:54 +02:00
commit bash-20150424 snapshot
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
BUILD_DIR=/usr/local/build/bash/bash-current
|
||||
BUILD_DIR=/usr/local/build/chet/bash/bash-current
|
||||
THIS_SH=$BUILD_DIR/bash
|
||||
PATH=$PATH:$BUILD_DIR
|
||||
|
||||
|
||||
+1
-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
|
||||
|
||||
+3
-3
@@ -18,15 +18,15 @@ trap -- 'echo [$LINENO] debug' DEBUG
|
||||
[24] debug
|
||||
func[16] funcdebug
|
||||
funcdebug line
|
||||
[26] debug
|
||||
./trap.tests[26] funcdebug
|
||||
trap -- 'echo exiting' EXIT
|
||||
trap -- 'echo aborting' SIGHUP
|
||||
trap -- 'echo aborting' SIGINT
|
||||
trap -- 'echo aborting' SIGQUIT
|
||||
trap -- 'echo aborting' SIGABRT
|
||||
trap -- 'echo aborting' SIGTERM
|
||||
trap -- 'echo [$LINENO] debug' DEBUG
|
||||
[28] debug
|
||||
trap -- 'echo ${FUNCNAME:-$0}[$LINENO] funcdebug' DEBUG
|
||||
./trap.tests[28] funcdebug
|
||||
./trap.tests[33] debug
|
||||
./trap.tests[34] debug
|
||||
func2[30] debug
|
||||
|
||||
+1
-1
@@ -88,5 +88,5 @@ swizzle ()
|
||||
}
|
||||
ok 1
|
||||
./vredir6.sub: redirection error: cannot duplicate fd: Invalid argument
|
||||
./vredir6.sub: line 13: v: Invalid argument
|
||||
./vredir6.sub: line 13: /dev/null: Invalid argument
|
||||
unset
|
||||
|
||||
Reference in New Issue
Block a user