]> git.pld-linux.org Git - packages/dokuwiki.git/commitdiff
- exit with non-zero on error
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 21 Feb 2008 16:28:38 +0000 (16:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dokuwiki-nice_exit.patch -> 1.1

dokuwiki-nice_exit.patch [new file with mode: 0644]

diff --git a/dokuwiki-nice_exit.patch b/dokuwiki-nice_exit.patch
new file mode 100644 (file)
index 0000000..ee17b73
--- /dev/null
@@ -0,0 +1,11 @@
+--- dokuwiki-2007-06-26b/inc/init.php~ 2008-02-21 18:22:13.970804469 +0200
++++ dokuwiki-2007-06-26b/inc/init.php  2008-02-21 18:21:49.529717219 +0200
+@@ -384,7 +384,7 @@
+     </body>
+   </html>
+ EOT;
+-  exit;
++  exit(1);
+ }
This page took 0.029165 seconds and 4 git commands to generate.