diff --git a/extra/shell/shell.factor b/extra/shell/shell.factor index 2990bc6b87..0bf34a52ce 100644 --- a/extra/shell/shell.factor +++ b/extra/shell/shell.factor @@ -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 ;