summaryrefslogtreecommitdiff
path: root/doc/forum
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-21 18:26:14 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-21 18:26:14 -0400
commite630e7507ea253680750e670d7d213bc5ca3e57a (patch)
tree0fa0e63c800a7826f26f78d39de907d61138d99c /doc/forum
parentfda61c9349f6420f331c8c424177f2b1f3c04100 (diff)
Avoid troublesome abs_path calls in wrapper setup
As documented in the forum post.
Diffstat (limited to 'doc/forum')
-rw-r--r--doc/forum/Allow_overriding_of_symlink_restriction.mdwn4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/forum/Allow_overriding_of_symlink_restriction.mdwn b/doc/forum/Allow_overriding_of_symlink_restriction.mdwn
index bd94811df..069a18f30 100644
--- a/doc/forum/Allow_overriding_of_symlink_restriction.mdwn
+++ b/doc/forum/Allow_overriding_of_symlink_restriction.mdwn
@@ -132,6 +132,4 @@ like this being accepted before I bothered.
>> hrm. I might see if <code> File::Spec->rel2abs( $path ) ; </code> will give absolute an path without expanding symlinks.
>>> Patch using rel2abs() works well - it no longer expands symlinks.
-> I suppose you could do the same thing with `$this`, but it does not sound
-> like it has caused you problems anyway.
-> --[[Joey]]
+>>>> That patch is applied now. --[[Joey]]