From 7e14ba25a59c3a2fed60595e383bea156627cd89 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Bartoszkiewicz?= Date: Wed, 5 Oct 2011 21:23:17 +0200 Subject: [PATCH] =?utf8?q?Poprawka=20dla=20stron=20j=C4=99zykowych.?= 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 ff28a36..aa90e38 100755 --- a/man-symlinker +++ b/man-symlinker @@ -12,7 +12,7 @@ MAX_LEN = 1024 SO_RE = re.compile(r'^\.so\s+(.*)$') def process_file(name): - full_name = os.path.join(os.getcwd(), name) + full_name = os.path.abspath(name) m = MAN_NAME_RE.search(full_name) if not m: return False -- 2.43.2