diff options
| author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-03-29 02:14:39 -0400 |
|---|---|---|
| committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-03-29 02:14:39 -0400 |
| commit | cd0674fa6894b8f9c6cdf866bc838935a9ee76bb (patch) | |
| tree | 8067c5deaca5fd24a64aae65f53cd4a0d931536a | |
| parent | bf11c167a92386af38c4900b43e9d3f2c26302bb (diff) | |
| download | cmd2-git-cd0674fa6894b8f9c6cdf866bc838935a9ee76bb.tar.gz | |
Fixed comment
| -rwxr-xr-x | cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1373,7 +1373,7 @@ class Cmd(cmd.Cmd): # Since redirection is enabled, we need to treat redirection characters (|, <, >) # as word breaks when they are in unquoted strings. Go through each token - # and further split them these characters. Each run of redirect characters + # and further split them on these characters. Each run of redirect characters # is treated as a single token. raw_tokens = [] |
