Преглед изворни кода

defined curlcmd as seems to forget it

Daniel Gibbs пре 10 година
родитељ
комит
406a806ffc
1 измењених фајлова са 1 додато и 0 уклоњено
  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