From 45a596fbe9ed2b198956d58784999df780f6dd65 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 8 Apr 2013 08:33:55 +1000 Subject: [PATCH] build: Remove extra space in shebang Reviewed-by: Michael Adam --- source3/wscript | 2 +- wscript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/wscript b/source3/wscript index 568f73664f8..d687dae7b47 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python srcdir=".." diff --git a/wscript b/wscript index 0410c0bdf3d..1ef55abc89e 100644 --- a/wscript +++ b/wscript @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python srcdir = '.' blddir = 'bin' -- 2.11.4.GIT