Jdlrobson has uploaded a new change for review.

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


Change subject: Add hashbang to qunit.sh
......................................................................

Add hashbang to qunit.sh

Change-Id: I2574a8b2d77111108a127eedf719a187356e5003
---
M scripts/qunit.sh
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/69/61969/1

diff --git a/scripts/qunit.sh b/scripts/qunit.sh
index 0179dac..d588646 100755
--- a/scripts/qunit.sh
+++ b/scripts/qunit.sh
@@ -1,3 +1,4 @@
+#!/usr/bin/env bash
 echo "Running QUnit tests..."
 if command -v phantomjs > /dev/null ; then
   URL=${MEDIAWIKI_URL:-"http://127.0.0.1:80"}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2574a8b2d77111108a127eedf719a187356e5003
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to