From 129e58e1a791fa2482f916214a5486534fbefc18 Mon Sep 17 00:00:00 2001 From: jwoithe Date: Tue, 10 Dec 2013 11:14:22 +0000 Subject: [PATCH] SConstruct: including the #! line is unnecessary since this file is designed to be called from scons and will not work if run directly in isolation. Thanks to Franklyn Berry for noticing this. git-svn-id: svn+ssh://ffado.org/ffado/trunk@2463 2be59082-3212-0410-8809-b0798e1608f0 --- libffado/SConstruct | 1 - 1 file changed, 1 deletion(-) diff --git a/libffado/SConstruct b/libffado/SConstruct index 65ae22fd..57bee86a 100644 --- a/libffado/SConstruct +++ b/libffado/SConstruct @@ -1,4 +1,3 @@ -#! /usr/bin/python # -*- coding: utf-8 -*- # # Copyright (C) 2007, 2008, 2010 Arnold Krille -- 2.11.4.GIT