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 <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2009-05-09 19:13:25 +02:00 committed by Julien Danjou
parent dd4d435db9
commit d9c71f4e23

View file

@ -1,4 +1,4 @@
#! /bin/sh -e
#!/bin/sh -e
#
# Copyright © 2008 Pierre Habouzit <madcoder@debian.org>
#