Changeset 2270 in MondoRescue
- Timestamp:
- Jul 12, 2009, 2:05:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.10/mondo/src/common/libmondo-tools.c
r2262 r2270 1314 1314 mr_asprintf(&tempfile, "%s/mojo-jojo.blah", bkpinfo->tmpdir); 1315 1315 if (does_file_exist(config_file)) { 1316 mr_ sprintf(&command, "grep -vE '^%s .*$' %s > %s",1316 mr_asprintf(&command, "grep -vE '^%s .*$' %s > %s", 1317 1317 label, config_file, tempfile); 1318 1318 paranoid_system(command);
Note:
See TracChangeset
for help on using the changeset viewer.