kre 26a83a43ec Fix some parser weirdness...
${#VAR:-foo} (or any other modifier on ${#VAR} is a syntax error.
On the other hand ${##} is not, nor is ${##13} though they mean
quite different things (the latter is an idiom everyone should learn,
... $# except we refuse to admit the possibility that it is 13...
Even I cannot explain what ${#-foo} used to do, but it wasn't sane!
(It should be just $# as $# is never unset, but ...)
Shell syntax is truly a wondrous thing!
2017-05-11 15:07:37 +00:00
..
2017-05-09 05:14:03 +00:00
2017-05-09 05:14:03 +00:00
2017-05-11 15:07:37 +00:00
2017-05-09 05:14:03 +00:00
2017-05-10 06:18:43 +00:00