Lines Matching refs:hello
169 w1=hello
197 hello worldhello worldhello world
219 export foo=hello
221 [[ $foo == hello ]] || err_exit 'export scoping problem in function'
224 [[ $(export | grep foo) == 'foo=hello' ]] || err_exit 'export not working in functions'
385 typeset -a -u s=( hello world chicken )
388 typeset -A -u s=( [1]=hello [0]=world [2]=chicken )
401 do [[ "$( typeset + a1[$i] )" == '' ]] && a1[$i].text='hello'
403 [[ ${a1[70].text} == hello ]]
413 typeset -u PS1='hello --- '
422 [[ $(printf "%B" x) == hello ]] || err_exit "append for typeset -b not working: got '$(printf "%B" x)' should get hello"