diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-06-08 13:03:54 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-06-08 13:03:54 +0000 |
| commit | 043f83732c06a092cd12b5ad4f92264dee44c61a (patch) | |
| tree | 8e7d497649f33c02b03e6cc476018487dd8c1374 /appl/acme/exec.b | |
| parent | 9f620229775d41f76096d9039c46ff368fd44d47 (diff) | |
20070608-1402
Diffstat (limited to 'appl/acme/exec.b')
| -rw-r--r-- | appl/acme/exec.b | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/acme/exec.b b/appl/acme/exec.b index 204b6c37..93a4b67d 100644 --- a/appl/acme/exec.b +++ b/appl/acme/exec.b @@ -1164,7 +1164,7 @@ run(win : ref Window, s : string, rdir : string, ndir : int, newns : int, argadd pipechar := 0; if (t < len s && (s[t] == '<' || s[t] == '|' || s[t] == '>')){ pipechar = s[t++]; - s = s[1: ]; + s = s[t:]; } c.pid = sys->pctl(0, nil); c.iseditcmd = iseditcmd; |
