mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-10 06:44:07 +07:00
Do not lowercase source extension input
Fix warnings in parseExtensionSource in utils.ts Fix add_lib_log in source.sh
This commit is contained in:
@ -13,8 +13,7 @@ parse_args() {
|
||||
# Function to log if a library is installed
|
||||
add_lib_log() {
|
||||
lib=$1
|
||||
output=$2
|
||||
if [ "x$output" != "x" ]; then
|
||||
if check_lib "$lib"; then
|
||||
add_log "${tick:?}" "$lib" "Installed"
|
||||
else
|
||||
add_log "${cross:?}" "$lib" "Could not install $lib"
|
||||
|
Reference in New Issue
Block a user