diff options
| author | Alvaro Herrera | 2009-05-27 19:46:50 +0000 |
|---|---|---|
| committer | Alvaro Herrera | 2009-05-27 19:46:50 +0000 |
| commit | ed993389a03d70a2714a7b1bee4ab6cff559cbed (patch) | |
| tree | 2aa998c843708f97eb299e72e5a1fd23f715b427 /archives | |
| parent | bf5f34af31f98da1c68b1c0bf7e32d6afac27826 (diff) | |
Use an absolute path
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2496 8f5c7a92-453e-0410-a47f-ad33c8a6b003
Diffstat (limited to 'archives')
| -rwxr-xr-x | archives/bin/splitmbox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archives/bin/splitmbox b/archives/bin/splitmbox index 7f679897..ee289461 100755 --- a/archives/bin/splitmbox +++ b/archives/bin/splitmbox @@ -8,7 +8,7 @@ # $Id$ mbox=$1 -destdir=messages +destdir=/home/archives/messages export destdir # *() and other patterns need this set |
