1
0
şunun yansıması https://github.com/dockur/windows.git eşitlendi 2026-06-11 12:49:36 +08:00

fix: Remove unnecessary operation (#1534)

Bu işleme şunda yer alıyor:
Kroese
2025-10-24 04:33:47 +02:00
işlemeyi yapan: GitHub
ebeveyn 544501107a
işleme 11a19f6a9d
-1
Dosyayı Görüntüle
@@ -135,7 +135,6 @@ startInstall() {
if [[ "${VERSION,,}" == "http"* ]]; then if [[ "${VERSION,,}" == "http"* ]]; then
file=$(basename "${VERSION%%\?*}") file=$(basename "${VERSION%%\?*}")
file="${file//+/ }"
printf -v file '%b' "${file//%/\\x}" printf -v file '%b' "${file//%/\\x}"
file="${file//[!A-Za-z0-9._-]/_}" file="${file//[!A-Za-z0-9._-]/_}"