vlc | branch: master | Steve Lhomme <[email protected]> | Thu Oct 24 14:41:06 
2019 +0200| [1b3651542ecd43053e2dfd2756fbeba5ddf37970] | committer: Steve Lhomme

package/win32: build.sh: avoid logging an error when the build folder exists

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

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

diff --git a/extras/package/win32/build.sh b/extras/package/win32/build.sh
index bd5f4b1ced..7134e0edd5 100755
--- a/extras/package/win32/build.sh
+++ b/extras/package/win32/build.sh
@@ -163,7 +163,7 @@ info "Bootstrapping"
 ./bootstrap
 
 info "Configuring VLC"
-mkdir $SHORTARCH || true
+mkdir -p $SHORTARCH
 cd $SHORTARCH
 
 CONFIGFLAGS=""

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

Reply via email to