Explorar o código

Use manual debug output for download()

bryan hai 1 mes
pai
achega
fa86b8b659
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      installJRMC

+ 2 - 1
installJRMC

@@ -1799,7 +1799,8 @@ download() {
     return 1
   fi
 
-  execute "${cmd[@]}" "$url"
+  debug "${cmd[@]}" "$url"
+  "${cmd[@]}" "$url"
 }
 
 # Roughly turn debugging on for pre-init