mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-12 09:33:30 +00:00
fix #11
This commit is contained in:
@@ -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']:
|
||||||
|
|||||||
Reference in New Issue
Block a user