Changeset 45 for trunk/src/kmk/parse.c
- Timestamp:
- Apr 3, 2003, 4:23:37 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/parse.c
r42 r45 1088 1088 *line = '\0'; 1089 1089 } else if (specType == ExShell) { 1090 #ifdef KMK 1091 Parse_Error(PARSE_FATAL, "specification not supported by kMk!"); 1092 return; 1093 #else 1090 1094 if (Job_ParseShell (line) != SUCCESS) { 1091 1095 Parse_Error (PARSE_FATAL, "improper shell specification"); 1092 1096 return; 1093 1097 } 1098 #endif 1094 1099 *line = '\0'; 1095 1100 } else if ((specType == NotParallel) || (specType == SingleShell)) {
Note:
See TracChangeset
for help on using the changeset viewer.