From 134a9e026670b269cae4eccfeb3df6092ddb86af Mon Sep 17 00:00:00 2001 From: octo Date: Sun, 17 Apr 2005 12:53:42 +0000 Subject: [PATCH] Added no-chdir-patch --- contrib/no-chdir/no-chdir.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 contrib/no-chdir/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) -- 2.11.0