1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-12 04:13:59 +00:00
This commit is contained in:
deadc0de6
2017-09-16 12:48:50 +02:00
parent 7b9c4d1692
commit 2decabee53

View File

@@ -148,7 +148,7 @@ def importer(opts, conf, paths):
LOG.dry('would run: %s' % (' '.join(cmd))) LOG.dry('would run: %s' % (' '.join(cmd)))
else: else:
utils.run(cmd, raw=False, log=False) utils.run(cmd, raw=False, log=False)
cmd = ['cp', '-r', '-L', dst, srcf] cmd = ['cp', '-R', '-L', dst, srcf]
if opts['dry']: if opts['dry']:
LOG.dry('would run: %s' % (' '.join(cmd))) LOG.dry('would run: %s' % (' '.join(cmd)))
if opts['link']: if opts['link']: