aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/text/lowercase/to-c-code.pl
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/text/lowercase/to-c-code.pl')
-rwxr-xr-xvespalib/src/tests/text/lowercase/to-c-code.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/vespalib/src/tests/text/lowercase/to-c-code.pl b/vespalib/src/tests/text/lowercase/to-c-code.pl
index 63a87fb56ae..8fa00992e29 100755
--- a/vespalib/src/tests/text/lowercase/to-c-code.pl
+++ b/vespalib/src/tests/text/lowercase/to-c-code.pl
@@ -1,10 +1,9 @@
-#!/usr/local/bin/perl
+#!/usr/bin/env perl
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# input looks like:
# lowercase( 65 )= 97
-
my %lowercase;
my %blocks;