[Android] buildsystem: reset shell color after warning text
Steve Lhomme
git at videolan.org
Thu Feb 19 13:41:52 UTC 2026
vlc-android | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Feb 19 13:48:22 2026 +0100| [58707dc8a9e7e6778c437109b43b43ff74384ec1] | committer: Steve Lhomme
buildsystem: reset shell color after warning text
>From da738cc18e7b5a8baad7e7f29e6baa37979c71da
> https://code.videolan.org/videolan/vlc-android/commit/58707dc8a9e7e6778c437109b43b43ff74384ec1
---
buildsystem/compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 9136d2a6da..efacd763a2 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -437,7 +437,7 @@ else
fi
if [ ! -d "./application/remote-access-client/remoteaccess/dist" ] ; then
- echo "\033[1;32mWARNING: This was built without the remote access at ./remoteaccess/dist ..."
+ echo "\033[1;32mWARNING: This was built without the remote access at ./remoteaccess/dist ...\033[0m"
fi
#######
More information about the Android
mailing list