diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2008-09-11 17:14:38 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-09-11 17:14:38 +0000 |
| commit | d37f9672cb2e29f7dd3b32c9164250d56549f4bc (patch) | |
| tree | a3730f8eb050d58307ba5f27b417165aa15644c5 /Src/exec.c | |
| parent | 25643: keep DEBUG and ZERR traps in subshells (diff) | |
| download | zsh-d37f9672cb2e29f7dd3b32c9164250d56549f4bc.tar zsh-d37f9672cb2e29f7dd3b32c9164250d56549f4bc.tar.gz zsh-d37f9672cb2e29f7dd3b32c9164250d56549f4bc.tar.bz2 zsh-d37f9672cb2e29f7dd3b32c9164250d56549f4bc.tar.lz zsh-d37f9672cb2e29f7dd3b32c9164250d56549f4bc.tar.xz zsh-d37f9672cb2e29f7dd3b32c9164250d56549f4bc.tar.zst zsh-d37f9672cb2e29f7dd3b32c9164250d56549f4bc.zip | |
25651: make getpermtext() output indentation more logical
Diffstat (limited to 'Src/exec.c')
| -rw-r--r-- | Src/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/exec.c b/Src/exec.c index f1c5788bf..a8098e5f8 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -1084,7 +1084,7 @@ execlist(Estate state, int dont_change_job, int exiting) noerrexit = 1; if (ltype & Z_SIMPLE) /* skip the line number */ pc2++; - pm = setsparam("ZSH_DEBUG_CMD", getpermtext(state->prog, pc2)); + pm = setsparam("ZSH_DEBUG_CMD", getpermtext(state->prog, pc2, 0)); exiting = donetrap; ret = lastval; |
