Searched refs:tempfile (Results 1 – 25 of 96) sorted by relevance
1234
35 tempfile=$(mktemp tmp.XXXXXX) || exit36 trap "rm -f $tempfile" EXIT INT TERM43 echo "char bootprog_name[] = \"FreeBSD/${3} ${2}\";" > $tempfile44 echo "char bootprog_rev[] = \"${r}\";" >> $tempfile45 echo "char bootprog_date[] = \"${t}\";" >> $tempfile46 echo "char bootprog_maker[] = \"${u}@${h}\";" >> $tempfile47 mv $tempfile vers.c
8 echo "Result: `cat $tempfile`";;12 echo "Help pressed: `cat $tempfile`";;16 echo "Item-help button pressed: `cat $tempfile`";;18 if test -s $tempfile ; then19 cat $tempfile
5 tempfile=`(tempfile) 2>/dev/null` || tempfile=/tmp/test$$6 trap "rm -f $tempfile" 0 $SIG_NONE $SIG_HUP $SIG_INT $SIG_TRAP $SIG_TERM
6 . ./setup-tempfile11 cat textbox.txt | expand > $tempfile12 cat $TEXT | expand >> $tempfile16 --textbox "$tempfile" 22 77
6 . ./setup-tempfile11 cat textbox.txt | expand > $tempfile12 cat $TEXT | expand >> $tempfile17 --textbox "$tempfile" 22 77
6 . ./setup-tempfile16 Try entering your name below:" 16 51 2> $tempfile20 . ./report-tempfile
7 . ./setup-tempfile9 $DIALOG "$@" --file checklist9.txt 2>$tempfile13 . ./report-tempfile
6 . ./setup-tempfile23 "MSDOS" "Microsoft DOS" 2> $tempfile27 . ./report-tempfile
6 . ./setup-tempfile17 Try entering your name below:" 16 51 2> $tempfile21 . ./report-tempfile
6 . ./setup-tempfile16 "6" "Item number 6" "on" 2> $tempfile20 . ./report-tempfile
6 . ./setup-tempfile19 Try entering your name below:" 0 0 2> $tempfile23 . ./report-tempfile
6 . ./setup-tempfile17 Try entering your name below:" 16 51 stupid 2> $tempfile21 . ./report-tempfile
7 . ./setup-tempfile17 Try entering your name below:" 16 51 4> $tempfile21 . ./report-tempfile
6 . ./setup-tempfile23 …S: Disk Operating System, originally for an IBM contract, hence using the same jargon" 2> $tempfile27 . ./report-tempfile
6 . ./setup-tempfile25 "MSDOS" "Microsoft DOS" 2> $tempfile29 . ./report-tempfile
23 tempfile="${2}.$$"37 rm -f ${tempfile}38 makefs -B big ${tempfile} ${1}46 mkimg -s apm -p freebsd-boot:=${1}/boot/boot1.hfs -p freebsd-ufs/FreeBSD_Install:=${tempfile} -o ${…48 rm -f ${tempfile}