Jilles Tjoelker
35c641ed21
sh: Fix some parameter expansion variants ${#...}.
...
These already worked: $# ${#} ${##} ${#-} ${#?}
These now work as well: ${#+word} ${#-word} ${##word} ${#%word}
There is an ambiguity in the standard with ${#?}: it could be the length of
$? or it could be $# giving an error in the (impossible) case that it is not
set. We continue to use the former interpretation as it seems more useful.
2011-03-13 20:02:39 +00:00
..
2010-12-21 22:47:34 +00:00
2010-11-13 22:20:46 +00:00
2011-02-04 22:47:55 +00:00
2011-02-04 22:47:55 +00:00
2011-03-05 13:27:13 +00:00
2011-02-08 23:18:06 +00:00
2011-03-07 07:31:15 +00:00
2011-02-08 23:18:06 +00:00
2010-12-21 22:47:34 +00:00
2010-12-21 20:47:06 +00:00
2010-12-21 20:47:06 +00:00
2011-02-04 22:47:55 +00:00
2011-02-05 14:08:51 +00:00
2011-02-05 14:08:51 +00:00
2011-02-05 14:08:51 +00:00
2011-02-21 09:01:34 +00:00
2010-12-28 21:27:08 +00:00
2010-12-29 19:39:51 +00:00
2011-02-04 22:47:55 +00:00
2011-02-04 22:47:55 +00:00
2011-02-04 22:47:55 +00:00
2010-10-13 04:01:01 +00:00
2011-02-04 22:47:55 +00:00
2011-02-08 23:18:06 +00:00
2011-01-09 22:47:58 +00:00
2011-01-09 22:47:58 +00:00
2010-11-23 22:17:39 +00:00
2011-02-04 22:47:55 +00:00
2010-11-20 14:30:28 +00:00
2010-10-13 22:18:03 +00:00
2011-02-04 22:47:55 +00:00
2010-12-11 17:47:27 +00:00
2010-11-20 14:14:52 +00:00
2011-03-13 20:02:39 +00:00
2010-10-29 13:42:18 +00:00
2011-02-04 22:47:55 +00:00
2011-03-06 21:20:53 +00:00
2011-02-12 23:44:05 +00:00
2010-10-13 22:18:03 +00:00
2011-02-04 22:47:55 +00:00
2011-02-04 22:47:55 +00:00
2011-01-08 23:08:13 +00:00
2011-02-04 22:47:55 +00:00
2011-01-01 13:26:18 +00:00