Lines Matching refs:script
438 cat > $tmp/script <<-\!
455 chmod +x $tmp/script
456 . $tmp/script 1
457 [[ $file == $tmp/script ]] || err_exit ".sh.file not working for dot scripts"
458 [[ $($SHELL $tmp/script) == $tmp/script ]] || err_exit ".sh.file not working for scripts"
459 [[ $(posixfun .sh.file) == $tmp/script ]] || err_exit ".sh.file not working for posix functions"
460 [[ $(fun .sh.file) == $tmp/script ]] || err_exit ".sh.file not working for functions"
487 print 'print ${VAR}' > $tmp/script
489 VAR=new $tmp/script > $tmp/out
495 VAR=new $tmp/script > $tmp/out
501 VAR=new $tmp/script > $tmp/out