diff options
Diffstat (limited to 'Demo/scripts/update.py')
-rwxr-xr-x | Demo/scripts/update.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/scripts/update.py b/Demo/scripts/update.py index e8f6283..2db65dc 100755 --- a/Demo/scripts/update.py +++ b/Demo/scripts/update.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # Update a bunch of files according to a script. # The input file contains lines of the form <filename>:<lineno>:<text>, |