Changeset 1299 for trunk/src/kmk/job.c


Ignore:
Timestamp:
Dec 1, 2007, 10:51:06 PM (18 years ago)
Author:
bird
Message:

show batchfile content.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/job.c

    r1298 r1299  
    30673067      *batch_filename_ptr = create_batch_file (fbuf, unixy_shell, &temp_fd);
    30683068
     3069# ifdef KMK
     3070      DB (DB_JOBS, (_("Creating temporary batch file %s\nCommand: %s\n"),
     3071                    *batch_filename_ptr, command_ptr));
     3072# else  /* !KMK */
    30693073      DB (DB_JOBS, (_("Creating temporary batch file %s\n"),
    30703074                    *batch_filename_ptr));
     3075# endif /* !KMK */
    30713076
    30723077      /* Create a FILE object for the batch file, and write to it the
Note: See TracChangeset for help on using the changeset viewer.