mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-30 21:08:59 +08:00
Fix typo in configure error message.
Originally committed as revision 19803 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
2
configure
vendored
2
configure
vendored
@ -1479,7 +1479,7 @@ fi
|
|||||||
tmpfile(){
|
tmpfile(){
|
||||||
tmp=$(mktemp -u "${TMPDIR}/ffconf.XXXXXXXX")$2 &&
|
tmp=$(mktemp -u "${TMPDIR}/ffconf.XXXXXXXX")$2 &&
|
||||||
(set -C; exec > $tmp) 2>/dev/null ||
|
(set -C; exec > $tmp) 2>/dev/null ||
|
||||||
die "Unable to create temoporary file in $TMPDIR."
|
die "Unable to create temporary file in $TMPDIR."
|
||||||
append TMPFILES $tmp
|
append TMPFILES $tmp
|
||||||
eval $1=$tmp
|
eval $1=$tmp
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user