blob: 1f677c762dea396a2c8743738fc3aaa0e67c804d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- stereo3d.orig 2018-10-06 19:31:53 UTC
+++ stereo3d
@@ -37,8 +37,6 @@
#
if [ "$TMPDIR" ]; then
tmp=$TMPDIR/$$
-elif [ -d /usr/tmp ]; then
- tmp=/usr/tmp/$$
else
tmp=/tmp/$$
fi
|