Bug 52156 - /usr/lib/bash5 не в BASH_LOADABLES_PATH
Summary: /usr/lib/bash5 не в BASH_LOADABLES_PATH
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: bash5 (show other bugs)
Version: unstable
Hardware: x86 Linux
: P5 normal
Assignee: placeholder@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-23 04:31 MSK by Vitaly Chikunov
Modified: 2024-12-10 17:22 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Chikunov 2024-11-23 04:31:04 MSK
$ echo $BASH_LOADABLES_PATH
/usr/local/lib/bash:/usr/lib/bash:/opt/local/lib/bash:/usr/pkg/lib/bash:/opt/pkg/lib/bash:.

$ enable fdflags
bash: enable: fdflags: not a shell builtin
$ BASH_LOADABLES_PATH=/usr/lib/bash5/
$ enable fdflags
$
Comment 1 Gleb F-Malinovskiy 2024-12-10 17:22:42 MSK
bash5 5.2.37-alt1 -> sisyphus
- 5.2.26 -> 5.2.37.
- Cleaned up the default value of BASH_LOADABLES_PATH variable.
- Fixed BASH_LOADABLES_PATH which was broken due to sh -> sh5; bash -> bash5
  rename (ALT#52156).
- bash5: Reenabled net-redirections (ALT#52222).