Browse Source

use /usr/bin/env perl

tags/v0.3.14^2
Harmen Stoppels 4 years ago
parent
commit
ec6b354c32
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