Browse Source

defined curlcmd as seems to forget it

pull/914/head
Daniel Gibbs 9 years ago
parent
commit
406a806ffc
  1. 1
      lgsm/functions/command_update_functions.sh

1
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

Loading…
Cancel
Save