Skip to content

Commit 570c314

Browse files
committed
execute_cmd.h: externally export the_printed_command global variable
1 parent 12aaa8f commit 570c314

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

execute_cmd.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ extern int sourcenest, sourcenest_max;
6262
extern int stdin_redir;
6363
extern int line_number_for_err_trap;
6464

65+
extern char *the_printed_command;
6566
extern char *the_printed_command_except_trap;
6667
extern COMMAND *currently_executing_command;
6768

0 commit comments

Comments
 (0)