diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-02-11 22:48:26 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-02-11 22:48:26 +0000 |
commit | 4c3d247b1fe57a58f5b0d47b2ceae4a180296b10 (patch) | |
tree | a3e01ad36a4c0f0f2ce3d467fafb3deba62f00df /Tools/scripts/patchtool.py | |
parent | - Add TEST_DEPENDS (diff) |
- fix interpreter path for python
PR: ports/154431
Approved by: sobomax (maintainer)
Diffstat (limited to 'Tools/scripts/patchtool.py')
-rwxr-xr-x | Tools/scripts/patchtool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/patchtool.py b/Tools/scripts/patchtool.py index 216f8beb4c40..21545e007dd4 100755 --- a/Tools/scripts/patchtool.py +++ b/Tools/scripts/patchtool.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python +#!/usr/bin/env python # ex:ts=4 #-*- mode: Fundamental; tab-width: 4; -*- # |