Re: [PATCH] BASH_SOURCE_FULLPATH_DEFAULT fixup

2024-10-12 Thread Chet Ramey
On 10/3/24 9:56 PM, Grisha Levit wrote: Fix typo in configure.ac causing: src/bash/configure: 3892: test: =: unexpected operator Update shopt reset code to use new define. Thanks for the report and patch. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer

[PATCH] BASH_SOURCE_FULLPATH_DEFAULT fixup

2024-10-03 Thread Grisha Levit
Fix typo in configure.ac causing: src/bash/configure: 3892: test: =: unexpected operator Update shopt reset code to use new define. --- builtins/shopt.def | 2 +- configure.ac | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/builtins/shopt.def b/builtins/shopt