Fix perl script permissions and shebang

Bug: T104050
Change-Id: I19767efd410f04deb7ac6b122427d630735d778a
This commit is contained in:
Derk-Jan Hartman 2015-07-01 15:07:07 +02:00 committed by TheDJ
parent 2ba9c21744
commit b1f6f22904
1 changed files with 2 additions and 2 deletions

4
texvccheck/test.pl Normal file → Executable file
View File

@ -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 @@ if (substr($result,0,1) eq "+") {
print "bad";
}
print $result;
my $ = `tex2svg '\\sin(x)+{}{}\\cos(x)^2 newcommand'`;
my $ = `tex2svg '\\sin(x)+{}{}\\cos(x)^2 newcommand'`;