Mercurial > hgbook
changeset 67:a2f0b010d6e3
Don't assume that python is in /usr/bin.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon, 07 Aug 2006 15:35:14 -0700 |
parents | 81a2f7a639ed |
children | c574ce277a2b |
files | en/examples/run-example |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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