Need TMPDIR set
authorMhonarc archives guy <[email protected]>
Wed, 4 Jan 2012 11:41:27 +0000 (11:41 +0000)
committerAlvaro Herrera <[email protected]>
Mon, 16 Jan 2012 20:42:37 +0000 (17:42 -0300)
Otherwise this process fails because it'd be attempting to create hard links
across partition boundaries

archives/bin/splitmbox

index 06d476a9465ff340adbe82c801431eae0e8244cc..6b7d2dc318c4c4cc0a913840da225416e04bf983 100755 (executable)
@@ -12,6 +12,7 @@
 mbox=$1
 destdir=$SPLITMBOX_DEST
 export destdir
+export TMPDIR=~/tmp
 
 # *() and other patterns need this set
 shopt -s extglob