hgbook

changeset 67:a2f0b010d6e3

Don't assume that python is in /usr/bin.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Aug 07 15:35:14 2006 -0700 (2006-08-07)
parents 81a2f7a639ed
children c574ce277a2b
files en/examples/run-example
line diff
     1.1 --- a/en/examples/run-example	Mon Aug 07 05:20:07 2006 -0700
     1.2 +++ b/en/examples/run-example	Mon Aug 07 15:35:14 2006 -0700
     1.3 @@ -1,4 +1,4 @@
     1.4 -#!/usr/bin/python
     1.5 +#!/usr/bin/env python
     1.6  #
     1.7  # This program takes something that resembles a shell script and runs
     1.8  # it, spitting input (commands from the script) and output into text