From 19024198c97ca1401c9df71ad76dde711a256781 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Wed, 4 Feb 2015 21:03:20 +0100 Subject: [PATCH] A nice script finishes in the same folder it was started :) --- compile-libvlc.sh | 1 + compile.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/compile-libvlc.sh b/compile-libvlc.sh index ba7eabde5..67c4a4694 100755 --- a/compile-libvlc.sh +++ b/compile-libvlc.sh @@ -420,3 +420,4 @@ fi echo "Building" make $MAKEFLAGS +cd ../.. diff --git a/compile.sh b/compile.sh index da854df53..a00d02cbf 100755 --- a/compile.sh +++ b/compile.sh @@ -157,7 +157,6 @@ ${ANDROID_PATH}/compile-libvlc.sh $* # VLC android UI and specific code #################################### echo "Building VLC for Android" -cd ../ if [ "$JNI" = 1 ]; then CLEAN="jniclean" -- GitLab