Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 149268 | Differences between
and this patch

Collapse All | Expand All

(-)mysql_xcr3old (-2 / +2 lines)
Lines 1-7 Link Here
1
# Extract MySQL Type Code Definitions
1
# Extract MySQL Type Code Definitions
2
2
3
TMP1=${TMPDIR:-/tmp/$$-1.tmp}
3
TMP1=${TMP_DIR:-/tmp/$$-1.tmp}
4
TMP2=${TMPDIR:-/tmp/$$-2.tmp}
4
TMP2=${TMP_DIR:-/tmp/$$-2.tmp}
5
5
6
trap "rm -f '$TMP1 $TMP2'" 0
6
trap "rm -f '$TMP1 $TMP2'" 0
7
7

Return to bug 149268