build: Remove extra space in shebang
authorAndrew Bartlett <abartlet@samba.org>
Sun, 7 Apr 2013 22:33:55 +0000 (08:33 +1000)
committerKarolin Seeger <kseeger@samba.org>
Thu, 25 Apr 2013 10:48:41 +0000 (12:48 +0200)
Reviewed-by: Michael Adam <obnox@samba.org>
(cherry picked from commit 45a596fbe9ed2b198956d58784999df780f6dd65)

source3/wscript
wscript

index e1672e0e79ac16dd087e51602a381e8bd0b175b2..00432c4f71badb4c45a556cb16383285c1fec271 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/env python
 
 srcdir=".."
 
diff --git a/wscript b/wscript
index c8dcccdfdddd5f3a0fed6a00d5f86e638061e2ad..c2a8dc5134793f97aa211fa7e782546f610352a6 100644 (file)
--- a/wscript
+++ b/wscript
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/env python
 
 srcdir = '.'
 blddir = 'bin'