Changeset 3341 in MondoRescue
- Timestamp:
- Feb 12, 2015, 7:41:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/common/libmondo-archive.c
r3340 r3341 1553 1553 1554 1554 /* Command to execute */ 1555 mr_asprintf(tmp," mv %s/* %s", bkpinfo->scratchdir, tmp1);1555 mr_asprintf(tmp,"cd %s ; mv * %s", bkpinfo->scratchdir, tmp1); 1556 1556 res = eval_call_to_make_USB(tmp, message_to_screen); 1557 1557 if (res) {
Note:
See TracChangeset
for help on using the changeset viewer.