]> git.bzium.org - embe/man-symlinker.git/commitdiff
Pełna ścieżka w komunikacie.
authorMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Wed, 5 Oct 2011 18:52:20 +0000 (20:52 +0200)
committerMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Wed, 5 Oct 2011 18:52:20 +0000 (20:52 +0200)
man-symlinker

index e337c6d6919df18463d7deb6c704947a2b8d44f4..ff28a36eaa426fbec669cf68b6d05ae7197a4719 100755 (executable)
@@ -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=[]):