Changeset 2664 in MondoRescue
- Timestamp:
- Jun 23, 2010, 11:30:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/common/libmondo-filelist.c
r2641 r2664 494 494 495 495 if (g_getfacl != NULL) { 496 mr_asprintf(&command, "touch %s", facl_fname);496 mr_asprintf(&command, "touch \"%s\"", facl_fname); 497 497 run_program_and_log_output(command, 8); 498 498 mr_free(command); 499 499 500 500 retval = 501 gen_aux_list(filelist, "getfacl --all-effective -P %s",501 gen_aux_list(filelist, "getfacl --all-effective -P \"%s\"", 502 502 facl_fname); 503 503 } … … 512 512 513 513 if (g_getfattr != NULL) { 514 mr_asprintf(&command, "touch %s", fattr_fname);514 mr_asprintf(&command, "touch \"%s\"", fattr_fname); 515 515 run_program_and_log_output(command, 8); 516 516 mr_free(command);
Note:
See TracChangeset
for help on using the changeset viewer.