|
From: | anonymous |
Subject: | [bug #17448] Function argument parsing inconsistent in treatment of whitespace |
Date: | Mon, 4 Oct 2021 09:55:40 -0400 (EDT) |
User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.172 Safari/537.36 Vivaldi/2.5.1525.48 |
Follow-up Comment #1, bug #17448 (project make): I found a very annoying problem which seems related to this issue (and only apply to v >= 4.2 which includes function `file`): This one will read `filename`: $(file <filename) This one will read `filename ` (with space behind): $(file <filename\ ) This one will fail silently: $(file <filename ) _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?17448> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |