Problem with bash completions in arch distros #347
mwoodpatrick
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm seeing a very strange issue when running Arch Linux on WSL-2 that I'm not seeing with other distros e.g. Ubuntu 22.04.
When I install Arch Linux on WSL-2 using ArcWSL and then install augeas
pacman -Sy augeas
and run:
source /usr/share/bash-completion/completions/augmatch
I'm getting:
If I copy that completions file to the Ubuntu 22.04 distro and run the same command it reports no error, similarly running shellcheck or bashlint they don't report any issues so I believe there is no syntax error in the file. Running the same command on my Alpine distro does report a syntax error.
Is anyone else seeing issues with running these commands or on sourcing the attached file
augmatch.txt
Beta Was this translation helpful? Give feedback.
All reactions