From d9c71f4e235bd2b4d26b2a24cd5805f9519b5707 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sat, 9 May 2009 19:13:25 +0200 Subject: [PATCH] Fix a wrong leading space in gperf.sh's shebang While this space doesn't hurt on any modern OS (afaik), it does break stuff on the old ones and is non-standard. Removing it won't hurt, so... Signed-off-by: Uli Schlachter --- build-utils/gperf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-utils/gperf.sh b/build-utils/gperf.sh index 56717d5e8..6ef0c7d7e 100755 --- a/build-utils/gperf.sh +++ b/build-utils/gperf.sh @@ -1,4 +1,4 @@ -#! /bin/sh -e +#!/bin/sh -e # # Copyright © 2008 Pierre Habouzit #