From 7c3c9fdea35407ea4690424ca4da1741af79310d Mon Sep 17 00:00:00 2001 From: Fergus Noble Date: Thu, 2 May 2013 11:32:24 -0700 Subject: Update python scripts to find user's preferred python binary through env. --- scripts/gdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/gdb.py') diff --git a/scripts/gdb.py b/scripts/gdb.py index 75852b8..ed0b4e2 100644 --- a/scripts/gdb.py +++ b/scripts/gdb.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # gdb.py: Python module for low level GDB protocol implementation # Copyright (C) 2009 Black Sphere Technologies -- cgit v1.2.3