1
0
miroir de https://github.com/dockur/windows.git synchronisé 2026-06-12 21:29:36 +08:00

fix: Remove unnecessary operation (#1534)

Cette révision appartient à :
Kroese
2025-10-24 04:33:47 +02:00
révisé par GitHub
Parent 544501107a
révision 11a19f6a9d
-1
Voir le fichier
@@ -135,7 +135,6 @@ startInstall() {
if [[ "${VERSION,,}" == "http"* ]]; then
file=$(basename "${VERSION%%\?*}")
file="${file//+/ }"
printf -v file '%b' "${file//%/\\x}"
file="${file//[!A-Za-z0-9._-]/_}"