[Android] build: fix argument handling

Thomas Guillem git at videolan.org
Sat Feb 27 18:28:19 CET 2016


vlc-android | branch: master | Thomas Guillem <thomas at gllm.fr> | Sat Feb 27 18:27:59 2016 +0100| [7ef23e6bbeac3730cd42251ee46caf31fc6de0d3] | committer: Thomas Guillem

build: fix argument handling

> https://code.videolan.org/videolan/vlc-android/commit/7ef23e6bbeac3730cd42251ee46caf31fc6de0d3
---

 compile.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compile.sh b/compile.sh
index 6d24686..71570ee 100755
--- a/compile.sh
+++ b/compile.sh
@@ -40,7 +40,6 @@ while [ $# -gt 0 ]; do
             ;;
         -l)
             BUILD_LIBVLC=1
-            shift
             ;;
         run)
             RUN=1



More information about the Android mailing list