From 61e65d2d10fbb28d4299eb3926f8e924e5c0aed6 Mon Sep 17 00:00:00 2001 From: Mhonarc archives guy Date: Wed, 4 Jan 2012 11:41:27 +0000 Subject: [PATCH] Need TMPDIR set Otherwise this process fails because it'd be attempting to create hard links across partition boundaries --- archives/bin/splitmbox | 1 + 1 file changed, 1 insertion(+) diff --git a/archives/bin/splitmbox b/archives/bin/splitmbox index 06d476a9..6b7d2dc3 100755 --- a/archives/bin/splitmbox +++ b/archives/bin/splitmbox @@ -12,6 +12,7 @@ mbox=$1 destdir=$SPLITMBOX_DEST export destdir +export TMPDIR=~/tmp # *() and other patterns need this set shopt -s extglob -- 2.39.5