Commit 5fafe24c authored by mru's avatar mru

fix a silly typo (1l to myself)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5519 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8bbbc929
...@@ -653,7 +653,7 @@ for opt do ...@@ -653,7 +653,7 @@ for opt do
case "$opt" in case "$opt" in
--log) --log)
;; ;;
--log=*) log="${opt#*-}" --log=*) log="${opt#*=}"
;; ;;
--prefix=*) prefix=`echo $opt | cut -d '=' -f 2`; force_prefix=yes --prefix=*) prefix=`echo $opt | cut -d '=' -f 2`; force_prefix=yes
;; ;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment