待辦事項 #43410

typeset -fp may print ill-formed command substitution

啟用日期: 2021-12-16 01:16 最後更新: 2023-09-12 00:04

回報者:
負責人:
類型:
狀態:
關閉
元件:
里程碑:
(無)
優先權:
5 - 中
嚴重程度:
5 - 中
處理結果:
檔案:
Vote
Score: 0
No votes
0.0% (0/0)
0.0% (0/0)

細節

$ foo() { `'`; }
$ typeset -fp foo
foo()
{
   $(')
}

$(') does not parse the same as the original backtick command substitution.

Ticket History (2/2 Histories)

2021-12-16 01:16 Updated by: magicant
  • New Ticket "typeset -fp may print ill-formed command substitution" created
2023-09-12 00:04 Updated by: magicant
  • 狀態 Update from 開啟 to 關閉

Attachment File List

No attachments

編輯

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » 登入