Browse Source

Merge pull request #3117 from haampie/fix-perl

use /usr/bin/env perl
tags/v0.3.14^2
Martin Kroeker GitHub 5 years ago
parent
commit
4ba53db0da
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      c_check
  2. +1
    -1
      exports/gensymbol
  3. +1
    -1
      f_check
  4. +1
    -1
      interface/create

+ 1
- 1
c_check View File

@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

#use File::Basename;
# use File::Temp qw(tempfile);


+ 1
- 1
exports/gensymbol View File

@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

# Changelog
# 2017/09/03 staticfloat


+ 1
- 1
f_check View File

@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

$hostos = `uname -s | sed -e s/\-.*//`; chop($hostos);



+ 1
- 1
interface/create View File

@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

$count = 0;



Loading…
Cancel
Save