vlc | branch: master | Alexandre Janniaux <[email protected]> | Thu Jun 25 
12:45:19 2020 +0200| [a934cd51102b079924e1d73ea4234c4d4e3ae00f] | committer: 
Alexandre Janniaux

macosx: build.sh: fix quiet parameter

The parameter was not listed in the getopts possibilities.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a934cd51102b079924e1d73ea4234c4d4e3ae00f
---

 extras/package/macosx/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/macosx/build.sh b/extras/package/macosx/build.sh
index d45b16da41..69395ef5d0 100755
--- a/extras/package/macosx/build.sh
+++ b/extras/package/macosx/build.sh
@@ -52,7 +52,7 @@ spopd()
     popd > /dev/null
 }
 
-while getopts "hvrcdpi:k:a:j:C:b:" OPTION
+while getopts "qhvrcdpi:k:a:j:C:b:" OPTION
 do
      case $OPTION in
          h)

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to