mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-04 19:00:50 +02:00
updated translations; back out change allowing quoted characters and process substitution words in function names; rework readline change for GNU Hurd and ncurses
This commit is contained in:
+7
-7
@@ -184,12 +184,12 @@ function a=2 ()
|
||||
printf "FUNCNAME: %s\n" $FUNCNAME
|
||||
}
|
||||
FUNCNAME: a=2
|
||||
<(:)
|
||||
<(:) is a function
|
||||
<(:) ()
|
||||
{
|
||||
echo $FUNCNAME
|
||||
}
|
||||
./func5.sub: line 44: `<(:)': not a valid identifier
|
||||
./func5.sub: line 45: <(:): command not found
|
||||
./func5.sub: line 46: type: <(:): not found
|
||||
./func5.sub: line 51: `'a b c'': not a valid identifier
|
||||
./func5.sub: line 52: a b c: command not found
|
||||
./func5.sub: line 53: type: a b c: not found
|
||||
posix mode:
|
||||
type
|
||||
break is a special shell builtin
|
||||
@@ -241,7 +241,7 @@ break ()
|
||||
}
|
||||
execution
|
||||
inside function break
|
||||
./func5.sub: line 86: `break': is a special builtin
|
||||
./func5.sub: line 94: `break': is a special builtin
|
||||
!! is a function
|
||||
!! ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user