Mercurial > mplayer.hg
changeset 8984:cd54e6e1c761
it *worked*, but probably wasn't what was intended, and could break if
TMPLOG changed to something different...
author | rfelker |
---|---|
date | Sat, 18 Jan 2003 05:41:41 +0000 |
parents | 40113cfd0dcc |
children | 8e28993c9f28 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Jan 18 02:07:56 2003 +0000 +++ b/configure Sat Jan 18 05:41:41 2003 +0000 @@ -46,7 +46,7 @@ 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 }