[vlc-commits] macosx: build.sh: fix quiet parameter

Alexandre Janniaux git at videolan.org
Thu Jun 25 12:46:42 CEST 2020


vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | 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)



More information about the vlc-commits mailing list