From 2a98e81b954ab84efc8d3f4e1d837bf190f77d7d Mon Sep 17 00:00:00 2001 From: Antonio Lima Date: Wed, 05 Oct 2011 08:24:32 +0000 Subject: Fixing python path of builder scripts for environment support --- (limited to 'scripts/builder/main.py') diff --git a/scripts/builder/main.py b/scripts/builder/main.py index ba0c72a..94f738f 100755 --- a/scripts/builder/main.py +++ b/scripts/builder/main.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: UTF-8 -*- import sys, os, json @@ -163,4 +163,4 @@ def main (): if __name__ == "__main__": - main() \ No newline at end of file + main() -- cgit v0.9.0.2