]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/forum/Allow_overriding_of_symlink_restriction.mdwn
Avoid troublesome abs_path calls in wrapper setup
[ikiwiki.git] / doc / forum / Allow_overriding_of_symlink_restriction.mdwn
index bd94811dfe2e601413fe78979c900ff5477ba175..069a18f3026a104cf32d162e608d8b7a162fa816 100644 (file)
@@ -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]]