diff --git a/mpw-shell-token.rl b/mpw-shell-token.rl index 31f447c..e5c739f 100644 --- a/mpw-shell-token.rl +++ b/mpw-shell-token.rl @@ -106,7 +106,7 @@ '-' when eval - %push_token => { tokens.emplace_back("+", '-'); }; + %push_token => { tokens.emplace_back("-", '-'); }; '!' when eval %push_token => { tokens.emplace_back("!", '!'); };