aboutsummaryrefslogtreecommitdiffstats
path: root/includes/shell/Shell.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/shell/Shell.php')
-rw-r--r--includes/shell/Shell.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/shell/Shell.php b/includes/shell/Shell.php
index 5c246a8a1c04..bf3f0b142fb7 100644
--- a/includes/shell/Shell.php
+++ b/includes/shell/Shell.php
@@ -139,7 +139,7 @@ class Shell {
if ( $disabled === null ) {
if ( !function_exists( 'proc_open' ) ) {
- wfDebug( "proc_open() is disabled\n" );
+ wfDebug( "proc_open() is disabled" );
$disabled = true;
} else {
$disabled = false;