From 351a332e250346ea29b714bc72a9fa613cf89330 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Sat, 6 Aug 2011 16:59:25 +0200 Subject: [PATCH] build: don't assume python lives at /usr/bin/python --- build/gyp_uv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/gyp_uv b/build/gyp_uv index ce2a64ac..7d0392f9 100755 --- a/build/gyp_uv +++ b/build/gyp_uv @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python import glob import os import shlex