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 25
25
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
26
26
looks for to find the patch level (for the sccs version string). */
27
27
28
- #define PATCHLEVEL 45
28
+ #define PATCHLEVEL 46
29
29
30
30
#endif /* _PATCHLEVEL_H_ */
Original file line number Diff line number Diff line change @@ -9561,7 +9561,14 @@ shell_expand_word_list (tlist, eflags)
9561
9561
9562
9562
opts [opti ] = '\0' ;
9563
9563
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
+ }
9565
9572
9566
9573
t = do_word_assignment (tlist -> word , 0 );
9567
9574
if (t == 0 )
You can’t perform that action at this time.
0 commit comments