mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
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:
parent
dd4d435db9
commit
d9c71f4e23
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#! /bin/sh -e
|
||||
#!/bin/sh -e
|
||||
#
|
||||
# Copyright © 2008 Pierre Habouzit <madcoder@debian.org>
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue