-
-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fzf-menu integration crashes with util-linux 2.37.2 #530
Comments
Thanks for the report. I haven't cared so much about the compatibility in The option |
I currently don't have an idea about a better solution other than implementing |
I think adding the requirement is definitely a good idea. Personally, I am not using fzf-menu since I prefer the built-in selector. Thanks for your great work on ble.sh and for your costant support when something is not perfect! |
ble version: 0.4.0-devel4+31f264ad
Bash version: 5.1.16(1)-release (x86_64-pc-linux-gnu)
The column tool from util-linux 2.37.2 (on Ubuntu 22.04.1) does not recognize the placeholder "unlimited" for the -c (--output-width) option.
fzf-menu.bash (in contrib/integration) uses this placeholder (l. 45) and causes a "crash". Changing "unlimited" to "0" fixes the problem.
The column tool from util-linux 2.39.3 (on Ubuntu 24.04.1 LTS) does recognize the placeholder (so no crash there).
The text was updated successfully, but these errors were encountered: