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