From 27c261675841a4489d71e0f741ad2287ffcf2f74 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 1 Mar 2005 11:57:26 +0000 Subject: [PATCH] Remove trailing space on the #! line, which _ought_ to be harmless but apparently can cause problems in old versions of Cygwin. git-svn-id: svn://svn.tartarus.org/sgt/utils@5418 cda61777-01e9-0310-a592-d414129be87e --- cvt-utf8/cvt-utf8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvt-utf8/cvt-utf8 b/cvt-utf8/cvt-utf8 index 7a854c0..8df91ca 100755 --- a/cvt-utf8/cvt-utf8 +++ b/cvt-utf8/cvt-utf8 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python import sys import string -- 2.11.0