File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2525 regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
2626 looks for to find the patch level (for the sccs version string). */
2727
28- #define PATCHLEVEL 45
28+ #define PATCHLEVEL 46
2929
3030#endif /* _PATCHLEVEL_H_ */
Original file line number Diff line number Diff line change @@ -9561,7 +9561,14 @@ shell_expand_word_list (tlist, eflags)
95619561
95629562 opts [opti ] = '\0' ;
95639563 if (opti > 0 )
9564- make_internal_declare (tlist -> word -> word , opts );
9564+ {
9565+ t = make_internal_declare (tlist -> word -> word , opts );
9566+ if (t != EXECUTION_SUCCESS )
9567+ {
9568+ last_command_exit_value = t ;
9569+ exp_jump_to_top_level (DISCARD );
9570+ }
9571+ }
95659572
95669573 t = do_word_assignment (tlist -> word , 0 );
95679574 if (t == 0 )
You can’t perform that action at this time.
0 commit comments