diff options
Diffstat (limited to 'locale/gen-translit.pl')
-rw-r--r-- | locale/gen-translit.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/gen-translit.pl b/locale/gen-translit.pl index 5f30e30851..30d3f2f195 100644 --- a/locale/gen-translit.pl +++ b/locale/gen-translit.pl @@ -1,4 +1,4 @@ -#! /usr/bin/perl -w +#!/usr/bin/perl -w open F, "cat C-translit.h.in | gcc -E - |" || die "Cannot preprocess input file"; |