Explorar el Código

defined curlcmd as seems to forget it

Daniel Gibbs hace 10 años
padre
commit
406a806ffc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lgsm/functions/command_update_functions.sh

+ 1 - 0
lgsm/functions/command_update_functions.sh

@@ -28,6 +28,7 @@ if [ -n "${functionsdir}" ]; then
 		for curlcmd in ${curlpaths}
 		do
 			if [ -x "${curlcmd}" ]; then
+				curlcmd=${curlcmd}
 				break
 			fi
 		done