summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-12-13 20:42:11 +0000
committerMåns Rullgård <mans@mansr.com>2006-12-13 20:42:11 +0000
commit9c476fd65e719f73d05301da37a7328fec1f8c3e (patch)
treee6f9aa64128035a56d698ce5aba5edbd05382d53 /configure
parentf70d367b63a3129f22f841257629e6c90fc1085f (diff)
replace bashism with POSIX construct
Originally committed as revision 7317 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d6509551de..113c458e44 100755
--- a/configure
+++ b/configure
@@ -2066,7 +2066,7 @@ EOF
pkgconfig_generate_uninstalled(){
name=$1
-shortname=${name/lib/}
+shortname=${name#lib}
comment=$2
version=$3
libs=$4