]> git.pld-linux.org Git - packages/bugzilla.git/blob - bugzilla-chdir.patch
6af14a4c3e3126b1a517a56c44e60fcc35b437de
[packages/bugzilla.git] / bugzilla-chdir.patch
1 --- collectstats.pl~    2004-11-28 19:12:51.000000000 +0200
2 +++ collectstats.pl     2005-01-21 08:57:30.975582527 +0200
3 @@ -48,7 +48,7 @@
4  if (chdir("graphs")) {
5      unlink <./*.gif>;
6      unlink <./*.png>;
7 -    chdir("..");
8 +    chdir("/usr/share/bugzilla");
9  }
10  
11  GetVersionTable();
This page took 0.043362 seconds and 2 git commands to generate.