You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS:
Linux miko-ThinkPad-E16-Gen-2 6.8.0-41-generic #41-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 2 20:41:06 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
SHELL:
GNU bash, version 5.2.21(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
BASH VERSION:
5.2.21(1)-release
ASDF VERSION:
v0.14.0-ccdd47d
ASDF INTERNAL VARIABLES:
ASDF_DEFAULT_TOOL_VERSIONS_FILENAME=.tool-versions
ASDF_DATA_DIR=/home/miko/.asdf
ASDF_DIR=/home/miko/.asdf
ASDF_CONFIG_FILE=/home/miko/.asdfrc
ASDF INSTALLED PLUGINS:
awscli https://github.com/MetricMike/asdf-awscli.git main ac99537
eksctl https://github.com/elementalvoid/asdf-eksctl.git master 6c2266d
java https://github.com/halcyon/asdf-java.git master 15288ab
kubectl https://github.com/asdf-community/asdf-kubectl.git master cbe6df4
nodejs https://github.com/asdf-vm/asdf-nodejs.git master c36e6f0
To Reproduce
Run the command after installing the plugin:
asdf list all php
Describe the Bug
Plugin php's list-all callback script failed with output:
awk: line 1: regular expression compile failed (bad interval expression)
({})
Expected Behaviour
To be able to list all of PHP versions so I can start my download and installation
The text was updated successfully, but these errors were encountered:
The line 13 of list-all script tries to filter those lines using awk but the curly braces {} are not escaped. So the correct version of this script should change that line:
Provide environment information
To Reproduce
Run the command after installing the plugin:
asdf list all php
Describe the Bug
Plugin php's list-all callback script failed with output:
awk: line 1: regular expression compile failed (bad interval expression)
({})
Expected Behaviour
To be able to list all of PHP versions so I can start my download and installation
The text was updated successfully, but these errors were encountered: