From: Zooko O'Whielacronx Date: Wed, 13 Jun 2007 01:55:25 +0000 (-0700) Subject: shebang usr bin env python X-Git-Url: https://git.rkrishnan.org/frontends/wapi.txt?a=commitdiff_plain;h=f619f9ab30902744e4943a9a7d9ab02b421ad1c4;p=tahoe-lafs%2Ftahoe-lafs.git shebang usr bin env python --- diff --git a/misc/make-version.py b/misc/make-version.py index 49c60ca2..36da1717 100644 --- a/misc/make-version.py +++ b/misc/make-version.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/env python """ Create src/allmydata/version.py, based upon the latest darcs release tag.