Pārlūkot izejas kodu

fix: Remove unnecessary operation (#1534)

Kroese 1 nedēļu atpakaļ
vecāks
revīzija
11a19f6a9d
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      src/install.sh

+ 0 - 1
src/install.sh

@@ -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._-]/_}"