Diff for /loncom/interface/printout.pl between versions 1.145 and 1.146

version 1.145, 2009/11/16 18:00:07 version 1.146, 2010/04/29 10:51:37
Line 479  foreach $texfile (@texfile) { Line 479  foreach $texfile (@texfile) {
       $papera=~s/t/p/;        $papera=~s/t/p/;
               $comma = "fixps --force $new_name_file";                $comma = "fixps --force $new_name_file";
               &debug("FIXPS command: $comma");                &debug("FIXPS command: $comma");
               &busy_wait_command("$comma 1>/dev/null 2>/dev/null",                &busy_wait_command("$comma 1>$tempo_file  2>/dev/null",
                                  "for $status_statement now validating PS",                                   "for $status_statement now validating PS",
                                  \%prog_state,$tempo_file);                                   \%prog_state,$tempo_file);
         &busy_wait_command("mv $tempo_file $new_name_file",
    'File move', \%prog_state, $new_name_file);
       if ($laystyle eq 'album' and $numberofcolumns eq '2') {        if ($laystyle eq 'album' and $numberofcolumns eq '2') {
   $comma = "psnup $papera -2 -s1.0 $new_name_file";    $comma = "psnup $papera -2 -s1.0 $new_name_file";
   &debug("PSNUP command: $comma");    &debug("PSNUP command: $comma");

Removed from v.1.145  
changed lines
  Added in v.1.146


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>