Searched refs:myfun (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ksh93/tests/
H A Dpath.sh360 cat <<- \EOF > fun/myfun
361 function myfun function
363 print myfun
366 x=$(FPATH= PATH=$PWD/bin $SHELL -c ': $(whence less);myfun') 2> /dev/null
367 [[ $x == myfun ]] || err_exit 'function myfun not found'

Completed in 12 milliseconds