From: Michał Bartoszkiewicz Date: Wed, 5 Oct 2011 18:52:20 +0000 (+0200) Subject: Pełna ścieżka w komunikacie. X-Git-Tag: v1.0~4 X-Git-Url: https://git.bzium.org/embe/man-symlinker.git/commitdiff_plain/a5b19f03b5b69156c4e3fb3c085c6b08e03f9d81?ds=sidebyside Pełna ścieżka w komunikacie. --- diff --git a/man-symlinker b/man-symlinker index e337c6d..ff28a36 100755 --- a/man-symlinker +++ b/man-symlinker @@ -37,7 +37,7 @@ def process_file(name): link = '../' + link os.unlink(name) os.symlink(link, name) - print 'Converted {} into a symlink to {}'.format(name, link) + print 'Converted {} into a symlink to {}'.format(full_name, link) return True def main(args=[]):