Changeset 1299 for trunk/src/kmk/job.c
- Timestamp:
- Dec 1, 2007, 10:51:06 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/job.c
r1298 r1299 3067 3067 *batch_filename_ptr = create_batch_file (fbuf, unixy_shell, &temp_fd); 3068 3068 3069 # ifdef KMK 3070 DB (DB_JOBS, (_("Creating temporary batch file %s\nCommand: %s\n"), 3071 *batch_filename_ptr, command_ptr)); 3072 # else /* !KMK */ 3069 3073 DB (DB_JOBS, (_("Creating temporary batch file %s\n"), 3070 3074 *batch_filename_ptr)); 3075 # endif /* !KMK */ 3071 3076 3072 3077 /* Create a FILE object for the batch file, and write to it the
Note:
See TracChangeset
for help on using the changeset viewer.