aboutsummaryrefslogtreecommitdiffhomepage
path: root/exec.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-28 21:34:40 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-28 21:34:40 +1000
commit003c4d776fe7605667e822b521952893640c0b86 (patch)
treef24a790a9c8f9678bba3033b109a86a3ed8bb84c /exec.c
parent00dea8a082445615cf4c19d04bf608c876794596 (diff)
Display use of . (source) builtin in stack traces
darcs-hash:20060128113440-ac50b-6556097eb766cc7561a3d30ef994bc913181fe65.gz
Diffstat (limited to 'exec.c')
-rw-r--r--exec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/exec.c b/exec.c
index ebae1a5b..0c4d5ac8 100644
--- a/exec.c
+++ b/exec.c
@@ -825,8 +825,8 @@ void exec( job_t *j )
al_init( &current_block->param2.function_vars );
current_block->param1.function_name = wcsdup( p->argv[0] );
- current_block->param3.function_lineno = lineno;
- current_block->param4.function_filename = file;
+ current_block->param3.call_lineno = lineno;
+ current_block->param4.call_filename = file;
if( builtin_count_args(p->argv)>1 )
{