From a6c1b2f5d4a9403b633f8fb9386df3d49e3e0971 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 1 Sep 2010 10:09:27 -0400 Subject: [PATCH] The shebang needs to be the first line. --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 41f8155..bca26ec 100755 --- a/build.py +++ b/build.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python2.5 # # Armadillo File Manager # Copyright (c) 2010, Robert Sesek @@ -6,7 +7,6 @@ # the terms of the GNU General Public License as published by the Free Software # Foundation, either version 3 of the License, or any later version. # -#!/usr/bin/env python2.5 import os import shutil import subprocess -- 2.22.5