- Timestamp:
- Oct 29, 2008 8:42:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/job.c
r1993 r1996 3089 3089 *batch_filename_ptr = create_batch_file (fbuf, unixy_shell, &temp_fd); 3090 3090 3091 # ifdef KMK3092 DB (DB_JOBS, (_("Creating temporary batch file %s\nCommand: %s\n"),3093 *batch_filename_ptr, command_ptr));3094 # else /* !KMK */3095 3091 DB (DB_JOBS, (_("Creating temporary batch file %s\n"), 3096 3092 *batch_filename_ptr)); 3097 # endif /* !KMK */3098 3093 3099 3094 /* Create a FILE object for the batch file, and write to it the
Note:
See TracChangeset
for help on using the changeset viewer.