diff options
Diffstat (limited to 'Porting/fixCORE')
-rwxr-xr-x | Porting/fixCORE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/fixCORE b/Porting/fixCORE index 4c586d8969..f7f4539fd6 100755 --- a/Porting/fixCORE +++ b/Porting/fixCORE @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -w +#!/usr/bin/perl -w use Data::Dumper; my $targ = shift; |