From: octo Date: Sun, 17 Apr 2005 12:53:42 +0000 (+0000) Subject: Added no-chdir-patch X-Git-Tag: Release-0.8.0~8 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=134a9e026670b269cae4eccfeb3df6092ddb86af;p=onis.git Added no-chdir-patch --- diff --git a/contrib/no-chdir/no-chdir.patch b/contrib/no-chdir/no-chdir.patch new file mode 100644 index 0000000..e55a295 --- /dev/null +++ b/contrib/no-chdir/no-chdir.patch @@ -0,0 +1,15 @@ +Only in trunk/contrib: no-chdir.patch +diff -ur trunk/onis no-chdir/onis +--- trunk/onis 2005-04-16 00:11:23.000000000 +0200 ++++ no-chdir/onis 2005-04-17 14:52:25.000000000 +0200 +@@ -15,10 +15,6 @@ + + BEGIN + { +- if ($0 =~ m#^(.*)[/\\]#) { chdir ($1); } +- +- unshift (@INC, 'lib'); +- + # 0x0010 Language (make not-translated lines red/yellow) + # 0x0020 Parser (dropped lines) + # 0x0040 Parser (time information)