From a5b19f03b5b69156c4e3fb3c085c6b08e03f9d81 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Bartoszkiewicz?= Date: Wed, 5 Oct 2011 20:52:20 +0200 Subject: [PATCH] =?utf8?q?Pe=C5=82na=20=C5=9Bcie=C5=BCka=20w=20komunikacie?= =?utf8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- man-symlinker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=[]): -- 2.43.2