1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

build: Remove extra space in shebang

Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
Andrew Bartlett 2013-04-08 08:33:55 +10:00 committed by Michael Adam
parent 58e3c5323e
commit 45a596fbe9
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#!/usr/bin/env python
srcdir=".."

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#!/usr/bin/env python
srcdir = '.'
blddir = 'bin'