diff --git a/extra/io/unix/launcher/launcher.factor b/extra/io/unix/launcher/launcher.factor index 4cf8f8b8d4..74bced16c4 100755 --- a/extra/io/unix/launcher/launcher.factor +++ b/extra/io/unix/launcher/launcher.factor @@ -30,7 +30,7 @@ LAZY: 'argument' ( -- parser ) "\"" 'quoted' "'" 'quoted' 'unquoted' <|> <|> [ >string ] <@ ; -: 'arguments' ( -- parser ) +MEMO: 'arguments' ( -- parser ) 'argument' " " token <!+> nonempty-list-of ; : tokenize-command ( command -- arguments )