Explorar el Código

Redundant return

bryan hace 2 años
padre
commit
5934d94f5d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      installJRMC

+ 0 - 1
installJRMC

@@ -108,7 +108,6 @@ askOk() {
     declare response
     read -r -p "$* [y/N]: " response
     [[ "${response,,}" =~ ^(yes|y)$ ]]
-    return
 }