Working on quicklisp.

This commit is contained in:
Lord_Devi 2024-07-10 03:58:35 -04:00
parent 4464fde05a
commit 5046a57c08

View file

@ -50,7 +50,7 @@ _fetch_sbcl_info() {
_mordu "Fetching info on what the latest version of sbcl is."
_api_response=$(curl -s "https://api.github.com/repos/sbcl/sbcl/releases/latest")
__mordu "Assembling SBCL variables."
_mordu "Assembling SBCL variables."
# Extract the tag name from the API response
_tag_name=$(echo "$_api_response" | grep -o '"tag_name": "[^"]*' | cut -d'"' -f4)