jilles
ee6bb75b10
sh: Allow unquoted newlines in word in ${param+word} etc.
...
POSIX requires accepting unquoted newlines in word in parameter expansions
like ${param+word}, ${param#word}, although the Bourne shell did not support
it, it is not commonly used and might make it harder to find a missing
closing brace.
It was also strange that something like
foo="${bar#
}"
was rejected.
Reported by: Martijn Dekker via Robert Elz
2018-05-20 17:25:52 +00:00
..
2018-01-07 07:08:59 +00:00
2018-03-07 01:55:38 +00:00
2017-10-31 00:07:04 +00:00
2017-11-20 19:49:47 +00:00
2017-11-20 19:49:47 +00:00
2017-10-31 00:07:04 +00:00
2018-01-23 15:34:34 +00:00
2018-01-26 03:30:05 +00:00
2018-02-10 00:22:25 +00:00
2017-11-20 19:49:47 +00:00
2017-11-20 19:49:47 +00:00
2017-11-20 19:49:47 +00:00
2018-04-14 04:35:10 +00:00
2017-11-14 10:15:17 +00:00
2017-10-31 00:07:04 +00:00
2017-11-20 19:49:47 +00:00
2017-12-07 01:57:27 +00:00
2017-11-20 19:49:47 +00:00
2017-11-20 19:49:47 +00:00
2018-01-17 22:47:34 +00:00
2017-11-20 19:49:47 +00:00
2017-11-20 19:49:47 +00:00
2018-01-27 18:24:13 +00:00
2017-11-27 15:37:16 +00:00
2018-03-13 18:30:26 +00:00
2017-10-31 00:07:04 +00:00
2017-11-20 19:49:47 +00:00
2017-11-20 19:49:47 +00:00
2017-11-20 19:49:47 +00:00
2017-10-31 00:07:04 +00:00
2017-11-20 19:49:47 +00:00
2018-04-27 15:25:24 +00:00
2018-05-20 17:25:52 +00:00
2017-10-31 00:07:04 +00:00
2018-03-02 14:16:19 +00:00
2017-10-31 00:07:04 +00:00
2017-10-31 00:07:04 +00:00
2016-05-04 23:20:53 +00:00
2018-02-17 12:32:53 +00:00
2017-10-06 08:43:14 +00:00
2014-05-06 04:22:01 +00:00