shell: fix rename of glob-directory to glob.

locals-and-roots
John Benediktsson 2016-04-06 17:01:40 -07:00
parent 363e08b6a8
commit 0188a1a510
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ M: double-quoted-expr expand expr>> ;
M: variable-expr expand expr>> os-env ;
M: glob-expr expand expr>> glob-directory ;
M: glob-expr expand expr>> glob ;
M: factor-expr expand expr>> eval>string ;