diff options
Diffstat (limited to 'Demo/scripts/mboxconvert.py')
-rwxr-xr-x | Demo/scripts/mboxconvert.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/scripts/mboxconvert.py b/Demo/scripts/mboxconvert.py index ecd6965..08e0d0c 100755 --- a/Demo/scripts/mboxconvert.py +++ b/Demo/scripts/mboxconvert.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # Convert MH directories (1 message per file) or MMDF mailboxes (4x^A # delimited) to unix mailbox (From ... delimited) on stdout. |