summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-18 05:41:41 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-18 05:41:41 +0000
commit8904f2d4adccf43cae08e213e208c4ff0231c637 (patch)
treea6d26e241deaf372353cf1a941d66aa38e31d1c1 /configure
parent9a3793ae1803442abf7cb5b1ded5c134134fa0ec (diff)
downloadmpv-8904f2d4adccf43cae08e213e208c4ff0231c637.tar.bz2
mpv-8904f2d4adccf43cae08e213e208c4ff0231c637.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 524146f744..526ee5a0c8 100755
--- a/configure
+++ b/configure
@@ -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
}