diff options
author | Renato Botelho <garga@FreeBSD.org> | 2011-07-27 17:18:26 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2011-07-27 17:18:26 +0000 |
commit | 390fe1afe520b7c9ef8ab53752d9569e34d9bf16 (patch) | |
tree | 997a372924d0ef3902271e4c9f35734584ac5275 /Tools | |
parent | b2c5939eb807e6ada194ebd0c25ed0f1f0643138 (diff) | |
download | ports-390fe1afe520b7c9ef8ab53752d9569e34d9bf16.tar.gz ports-390fe1afe520b7c9ef8ab53752d9569e34d9bf16.zip |
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/scripts/addport | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/addport b/Tools/scripts/addport index 5f8d4116cce7..b47383f4b462 100755 --- a/Tools/scripts/addport +++ b/Tools/scripts/addport @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # addport - perl script that adds new ports to the # FreeBSD Ports Collection. Replaces easy-import. |