From 48d0341cdd41040714f1e9896efe89d49296bc78 Mon Sep 17 00:00:00 2001 From: Marko Myllynen Date: Thu, 7 Jan 2016 10:51:53 +0200 Subject: Make shebang interpreter directives consistent --- locale/gen-translit.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'locale') 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"; -- cgit 1.4.1