Searched refs:bootfile (Results 1 – 1 of 1) sorted by relevance
56 my ( $outfile, $outfile_sh, $outfile_bat, $bootfile, $newline, $comment,2213 $bootfile = "bootstrap";2214 open( OUT, ">$bootfile" ) ||2215 die "Cannot open $bootfile: $!\n";2221 close( OUT ) || print "Can't close $bootfile: $!";2229 $tmp = $SRC_ROOT.$ds.$bootfile;2230 if (rename( $bootfile, $tmp ) ne 1)2231 { `mv -f $bootfile $tmp`;
Completed in 12 milliseconds