Use /usr/bin/env to find perl
This is nicer in nix-shell.
This commit is contained in:
parent
d571e44b86
commit
a6e3cb53b9
|
@ -1,4 +1,4 @@
|
||||||
#! /var/run/current-system/sw/bin/perl
|
#! /usr/bin/env perl
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use Hydra::Schema;
|
use Hydra::Schema;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /run/current-system/sw/bin/perl
|
#! /usr/bin/env perl
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use utf8;
|
use utf8;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /var/run/current-system/sw/bin/perl
|
#! /usr/bin/env perl
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use Hydra::Schema;
|
use Hydra::Schema;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /run/current-system/sw/bin/perl
|
#! /usr/bin/env perl
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use utf8;
|
use utf8;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /var/run/current-system/sw/bin/perl
|
#! /usr/bin/env perl
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use File::Basename;
|
use File::Basename;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /run/current-system/sw/bin/perl
|
#! /usr/bin/env perl
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use utf8;
|
use utf8;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /var/run/current-system/sw/bin/perl
|
#! /usr/bin/env perl
|
||||||
|
|
||||||
BEGIN {
|
BEGIN {
|
||||||
$ENV{CATALYST_SCRIPT_GEN} = 40;
|
$ENV{CATALYST_SCRIPT_GEN} = 40;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /var/run/current-system/sw/bin/perl
|
#! /usr/bin/env perl
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use File::Path;
|
use File::Path;
|
||||||
|
|
Loading…
Reference in a new issue