# HG changeset patch # User Bryan O'Sullivan # Date 1154990114 25200 # Node ID a2f0b010d6e3f400351cda55802b3e1c59ba8a06 # Parent 81a2f7a639ed63fbd7e4a4fa59e346c1ee9e60e9 Don't assume that python is in /usr/bin. diff -r 81a2f7a639ed -r a2f0b010d6e3 en/examples/run-example --- a/en/examples/run-example Mon Aug 07 05:20:07 2006 -0700 +++ b/en/examples/run-example Mon Aug 07 15:35:14 2006 -0700 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # This program takes something that resembles a shell script and runs # it, spitting input (commands from the script) and output into text