TheDJ has uploaded a new change for review.

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

Change subject: Fix perl script permissions and shebang
......................................................................

Fix perl script permissions and shebang

Bug: 104050
Change-Id: I19767efd410f04deb7ac6b122427d630735d778a
---
M texvccheck/test.pl
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Math 
refs/changes/11/222111/1

diff --git a/texvccheck/test.pl b/texvccheck/test.pl
old mode 100644
new mode 100755
index 343ee56..898032d
--- a/texvccheck/test.pl
+++ b/texvccheck/test.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#! /usr/bin/perl
 my $texvc = `texvc '\\sin(x)+{}{}\\cos(x)^2 newcommand'`;
 if (substr($result,0,1) eq "+") {
        print "good";
@@ -6,4 +6,4 @@
        print "bad";
 }
 print $result;
-my $ = `tex2svg '\\sin(x)+{}{}\\cos(x)^2 newcommand'`;
\ No newline at end of file
+my $ = `tex2svg '\\sin(x)+{}{}\\cos(x)^2 newcommand'`;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I19767efd410f04deb7ac6b122427d630735d778a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Math
Gerrit-Branch: master
Gerrit-Owner: TheDJ <hartman.w...@gmail.com>

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

Reply via email to