[vlc-devel] [PATCH 2/2] apple: build: remove stray characters

Alexandre Janniaux ajanni at videolabs.io
Thu Feb 27 21:33:49 CET 2020


---
 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 e334490c39..5d840f81d5 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."
-- 
2.25.1



More information about the vlc-devel mailing list