Changeset 911 in MondoRescue for branches/stable/mondo/src/mondorestore
- Timestamp:
- Nov 1, 2006, 7:46:51 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/mondorestore/mondo-restore.c
r818 r911 3106 3106 fatal_error("This will fail"); 3107 3107 sprintf(command, 3108 "grep - x \"%s.*\"%s > %s",3108 "grep -E '^%s.*$' %s > %s", 3109 3109 restore_this_directory, g_filelist_full, g_filelist_full); 3110 3110 if (system(command)) { … … 3116 3116 fatal_error("This will fail"); 3117 3117 sprintf(command, 3118 "grep - x \"%s.*\"%s > %s",3118 "grep -E '^%s.*$' %s > %s", 3119 3119 restore_this_directory, g_biggielist_txt, g_biggielist_txt); 3120 3120 if (system(command)) {
Note:
See TracChangeset
for help on using the changeset viewer.