Imported from ../bash-3.2.tar.gz.

This commit is contained in:
Jari Aalto
2009-09-12 16:46:58 +00:00
parent 95732b497d
commit 0628567a28
182 changed files with 17647 additions and 9477 deletions
+9 -1
View File
@@ -132,7 +132,7 @@ func()
}
echo before: try to assign to FUNCNAME
FUCNAME=7
FUNCNAME=7
echo outside: FUNCNAME = $FUNCNAME
func
@@ -165,4 +165,12 @@ myfunction() {
myfunction
myfunction | cat
segv()
{
echo foo | return 5
}
segv
echo $?
exit 0