MidPhoto has uploaded a new change for review.

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

Change subject: added shebang to .sh files for lintian
......................................................................

added shebang to .sh files for lintian

Makes lintian not throw errors at files:
- maintenance/dev/includes/php.sh
- maintenance/dev/includes/require-php.sh

Bug: T103762
Change-Id: I707e8b3a119dd9de9fee7504f703e001ff57074a
---
M maintenance/dev/includes/php.sh
M maintenance/dev/includes/require-php.sh
2 files changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/10/222910/1

diff --git a/maintenance/dev/includes/php.sh b/maintenance/dev/includes/php.sh
index 3c5bef0..bbda3c8 100755
--- a/maintenance/dev/includes/php.sh
+++ b/maintenance/dev/includes/php.sh
@@ -1,3 +1,4 @@
+#!/bin/bash
 # Include-able script to determine the location of our php if any
 # We search for a environment var called PHP, native php,
 # a local copy, home directory location used by installphp.sh
diff --git a/maintenance/dev/includes/require-php.sh 
b/maintenance/dev/includes/require-php.sh
index 470e6eb..57e9732 100755
--- a/maintenance/dev/includes/require-php.sh
+++ b/maintenance/dev/includes/require-php.sh
@@ -1,3 +1,4 @@
+#!/bin/bash
 # Include-able script to require that we have a known php binary we can execute
 
 . "$DEV/includes/php.sh"

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I707e8b3a119dd9de9fee7504f703e001ff57074a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: MidPhoto <dave.olstho...@gmail.com>

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

Reply via email to