Changeset 12232 for trunk/ippTools/src/chiptool.c
- Timestamp:
- Mar 5, 2007, 12:15:54 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/chiptool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptool.c
r12200 r12232 158 158 159 159 bool status = false; 160 psString workdir = psMetadataLookupStr(&status, config->args, "-set_workdir"); 161 if (!status) { 162 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -set_workdir"); 163 return false; 164 } 165 160 166 psString label = psMetadataLookupStr(&status, config->args, "-set_label"); 161 167 if (!status) { … … 234 240 235 241 // queue the exp 236 if (!chipQueueExpTag(config, exp_tag, label, recipe, expgroup, dvodb)) {242 if (!chipQueueExpTag(config, exp_tag, workdir, label, recipe, expgroup, dvodb)) { 237 243 if (!psDBRollback(config->dbh)) { 238 244 psError(PS_ERR_UNKNOWN, false, "database error");
Note:
See TracChangeset
for help on using the changeset viewer.
