FS#18958 - $() and `` command substitutions are not displayed correctly
Attached to Project:
AUR web interface
Opened by quantax (quantax) - Sunday, 04 April 2010, 10:55 GMT
Last edited by Lukas Fleischer (lfleischer) - Friday, 21 January 2011, 06:31 GMT
Opened by quantax (quantax) - Sunday, 04 April 2010, 10:55 GMT
Last edited by Lukas Fleischer (lfleischer) - Friday, 21 January 2011, 06:31 GMT
|
Details
The $() and `` command substitutions are not parsed and
displayed correctly.
Especially in the source array this is very ugly: http://aur.archlinux.org/packages.php?ID=26998 You probably do not want to run the command substitutions on the server. But it would be nice if they were just displayed without any expansion. Thus source=("http://$(echo a | sed "s/a/b/" )/") would be diplayed as http://$(echo a | sed s/a/b/ ") without running the command substitution but parsing whitespace correctly. |
This task depends upon
Closed by Lukas Fleischer (lfleischer)
Friday, 21 January 2011, 06:31 GMT
Reason for closing: Duplicate
Additional comments about closing: Dupe of FS#15043 .
Friday, 21 January 2011, 06:31 GMT
Reason for closing: Duplicate
Additional comments about closing: Dupe of
It also breaks the style guidelines and makes the package less readable in general.
FS#15043.