Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/256914

Change subject: mw-apply-settings: no PHP opening tag either
......................................................................

mw-apply-settings: no PHP opening tag either

:(

Change-Id: I7b709edb7d0f86b3bdc48e85683fbae366a82ddf
---
M bin/mw-apply-settings.sh
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/jenkins 
refs/changes/14/256914/1

diff --git a/bin/mw-apply-settings.sh b/bin/mw-apply-settings.sh
index 3f802f7..066f4c8 100755
--- a/bin/mw-apply-settings.sh
+++ b/bin/mw-apply-settings.sh
@@ -11,8 +11,8 @@
 # Inject the variable set via mw-set-env / global-set-env T120356
 #
 echo "Setting \$wgTmpDirectory = '${MW_TMPDIR}';"
-# No '?>' since _join.php injects it
-echo -en "<?php\n\$wgTmpDirectory = '${MW_TMPDIR}';\n" >> "$LOCAL_SETTINGS"
+# No PHP tags since _join.php inject them
+echo -en "\$wgTmpDirectory = '${MW_TMPDIR}';\n" >> "$LOCAL_SETTINGS"
 
 php "$MEDIAWIKI_D/_join.php" >> "$LOCAL_SETTINGS"
 

-- 
To view, visit https://gerrit.wikimedia.org/r/256914
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7b709edb7d0f86b3bdc48e85683fbae366a82ddf
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins
Gerrit-Branch: master
Gerrit-Owner: Hashar <has...@free.fr>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to