3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-01 17:16:39 +02:00

CGrammar: Fix shebangs to use env to detect perl location

This commit is contained in:
Pragmatic Software 2014-07-05 00:04:15 +00:00
parent e17c749ca7
commit c638b2c993
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ use warnings;
# These are set automatically by the build/commit script # These are set automatically by the build/commit script
use constant { use constant {
BUILD_NAME => "PBot", BUILD_NAME => "PBot",
BUILD_REVISION => 706, BUILD_REVISION => 707,
BUILD_DATE => "2014-07-04", BUILD_DATE => "2014-07-04",
}; };

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
use warnings; use warnings;
use strict; use strict;

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
use strict; use strict;
use warnings; use warnings;