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-11 15:07:37 +00:00
2017-05-10 11:05:17 +00:00
2017-05-10 11:03:44 +00:00
2017-05-04 19:12:53 +00:00
2017-05-11 06:46:45 +00:00
2017-05-11 09:09:54 +00:00
2017-05-10 12:09:52 +00:00
Description
No description provided
3.1 GiB
Languages
C 85.3%
Roff 7.2%
Assembly 3.1%
Shell 1.7%
Makefile 1.2%
Other 0.9%