Changeset 2524 in MondoRescue
- Timestamp:
- Jan 7, 2010, 2:26:58 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/common/libmondo-tools.c
r2522 r2524 1277 1277 mr_asprintf(&tempfile, "%s/mojo-jojo.blah", bkpinfo->tmpdir); 1278 1278 if (does_file_exist(config_file)) { 1279 mr_ sprintf(&command, "grep -vE '^%s .*$' %s > %s",1279 mr_asprintf(&command, "grep -vE '^%s .*$' %s > %s", 1280 1280 label, config_file, tempfile); 1281 1281 paranoid_system(command);
Note:
See TracChangeset
for help on using the changeset viewer.