[vlc-commits] apple: build: remove stray characters

Alexandre Janniaux git at videolan.org
Mon Mar 2 10:22:55 CET 2020


vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Thu Feb 27 21:33:49 2020 +0100| [6496038c075814e2dcdea7b0b47cf4d0a7545320] | committer: Marvin Scholz

apple: build: remove stray characters

Signed-off-by: Marvin Scholz <epirat07 at gmail.com>

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

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

diff --git a/extras/package/apple/build.sh b/extras/package/apple/build.sh
index 978871a6db..3822f4b18e 100755
--- a/extras/package/apple/build.sh
+++ b/extras/package/apple/build.sh
@@ -433,7 +433,7 @@ do
 done
 
 # Validate arguments
-if [ "$VLC_MAKE_PREBUILT_CONTRIBS" -gt "0" ] && 
+if [ "$VLC_MAKE_PREBUILT_CONTRIBS" -gt "0" ] &&
    [ "$VLC_USE_PREBUILT_CONTRIBS" -gt "0" ]; then
     echo >&2 "ERROR: The --package-contribs and --with-prebuilt-contribs options"
     echo >&2 "       can not be used together."



More information about the vlc-commits mailing list