From c6051ea87b21f408dbf70d6679500f9a655914e7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 1 May 2012 20:45:16 +0000 Subject: replace python3 command with python3.2, python3 isnt available on ubuntu. --- build_files/cmake/project_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files/cmake/project_info.py') diff --git a/build_files/cmake/project_info.py b/build_files/cmake/project_info.py index 3f64ac51a4d..a80ae623eb9 100755 --- a/build_files/cmake/project_info.py +++ b/build_files/cmake/project_info.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3.2 # ***** BEGIN GPL LICENSE BLOCK ***** # -- cgit v1.2.3