diff options
author | Måns Rullgård <mans@mansr.com> | 2006-12-13 20:42:11 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-12-13 20:42:11 +0000 |
commit | 9c476fd65e719f73d05301da37a7328fec1f8c3e (patch) | |
tree | e6f9aa64128035a56d698ce5aba5edbd05382d53 /configure | |
parent | f70d367b63a3129f22f841257629e6c90fc1085f (diff) | |
download | ffmpeg-9c476fd65e719f73d05301da37a7328fec1f8c3e.tar.gz |
replace bashism with POSIX construct
Originally committed as revision 7317 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2066,7 +2066,7 @@ EOF pkgconfig_generate_uninstalled(){ name=$1 -shortname=${name/lib/} +shortname=${name#lib} comment=$2 version=$3 libs=$4 |