projects
/
pgweb-old.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5231cd
)
Need TMPDIR set
author
Mhonarc archives guy
<
[email protected]
>
Wed, 4 Jan 2012 11:41:27 +0000
(11:41 +0000)
committer
Alvaro 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
patch
|
blob
|
blame
|
history
diff --git
a/archives/bin/splitmbox
b/archives/bin/splitmbox
index 06d476a9465ff340adbe82c801431eae0e8244cc..6b7d2dc318c4c4cc0a913840da225416e04bf983 100755
(executable)
--- 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