1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-15 03:15:52 +00:00

it *worked*, but probably wasn't what was intended, and could break if

TMPLOG changed to something different...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8985 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2003-01-18 05:41:41 +00:00
parent 9a3793ae18
commit 8904f2d4ad

2
configure vendored
View File

@ -46,7 +46,7 @@ die () {
echo "Error: $@" >&2
echo >&2
rm -f "$TMPO" "$TMPC" "$TMPS" "$TMPCPP"
echo "Check "$TMPLOG" if you do not understand why it failed."
echo "Check \"$TMPLOG\" if you do not understand why it failed."
exit 1
}