guluc3m / gul-zoe

Asistente de la asociación GUL UC3M (Zoe 1.0)
11 stars 3 forks source link

syntax error in bash bindings #2

Closed voiser closed 11 years ago

voiser commented 11 years ago

My bash version:

pi@pi ~/zoe_download $ bash --version GNU bash, versión 4.2.37(1)-release (arm-unknown-linux-gnueabi) Copyright (C) 2011 Free Software Foundation, Inc. Licencia GPLv3+: GPL de GNU versión 3 o posterior http://gnu.org/licenses/gpl.html

Esto es software libre; usted es libre de cambiarlo y redistribuirlo. NO hay GARANTÍA, a la extensión permitida por la ley.

My agent:

pi@pi ~/zoe_download $ cat agent_download.sh . ./zoelib.sh

_zoe_bind_ip="10.8.0.10" _zoe_bind_port="30000"

function zoe_do { echo "zoe_do $1" }

zoe_init zoe_serve

My result:

pi@pi ~/zoe_download $ bash agent_download.sh ./zoelib.sh: línea 70: error sintáctico cerca del elemento inesperado ${i#*=}' ./zoelib.sh: línea 70: zoevar${i%=}+=(${i#=})'

queltosh commented 11 years ago

Solved and commited but not pushed in zoe machine.