Lines Matching refs:script
139 cat > $tmp/script <<-\!
142 chmod +x $tmp/script
145 $tmp/script "$@"
150 cat > $tmp/script <<-\!
158 if ! $tmp/script
161 if ! $SHELL -c $tmp/script
164 $SHELL -c "trap 'rm $tmp/script' EXIT"
165 if [[ -f $tmp/script ]]
168 cat > $tmp/script <<- \EOF
177 chmod +x $tmp/script
178 if [[ $( $SHELL $tmp/script arg1 arg2) != arg2 ]]
427 [[ $(PATH=$PATH: $SHELL -c '. dotscript;print $#') == 3 ]] || err_exit 'positional parameters not preserved with . script without arguments'
478 cat > $tmp/script << '++EOF'
744 cat $tmp/data1 >> $tmp/script
745 printf 'M\n}\n\nf\n\n' >> $tmp/script
746 $SHELL -c $tmp/script > $tmp/data2
835 print exit 0 > '$tmp'/script
836 chmod +x '$tmp'/script
841 PATH='$tmp' script
844 ' || err_exit "compound variable cleanup before script exec failed"