diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-12-12 20:40:39 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-12-12 20:40:39 +0000 |
commit | fc53da2037b21096dc2b740e044fd1f75d4cc971 (patch) | |
tree | e684a8eda6e1cbc55a6b8df4b28903c736b462a8 /configure | |
parent | 7e303556ea09f8a5b590681290017ad9a0ebe55e (diff) | |
download | ffmpeg-fc53da2037b21096dc2b740e044fd1f75d4cc971.tar.gz |
typo
Originally committed as revision 7292 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ if test "$E1" != 0 || test "$E2" = 0; then try_exec /usr/xpg4/bin/sh "$0" "$@" fi echo "No compatible shell script interpreter found." - echo "This configure script requires a POSIX compatible shell" + echo "This configure script requires a POSIX-compatible shell" echo "such as bash or ksh." echo "THIS IS NOT A BUG IN FFMPEG, DO NOT REPORT IT AS SUCH." echo "Instead, install a working POSIX-compatible shell." |