Explorar o código

defined curlcmd as seems to forget it

Daniel Gibbs %!s(int64=10) %!d(string=hai) anos
pai
achega
406a806ffc
Modificáronse 1 ficheiros con 1 adicións e 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