changeset 1040:5109ac5083fa

vanilla: disable busybox/musl in the list for now
author David Demelier <markand@malikania.fr>
date Fri, 30 Aug 2019 19:04:16 +0200
parents 2147677dba87
children 380d09ded639
files Scripts/list.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Scripts/list.sh	Fri Aug 30 18:24:10 2019 +0200
+++ b/Scripts/list.sh	Fri Aug 30 19:04:16 2019 +0200
@@ -28,7 +28,7 @@
 {(
 	if [ $# -eq 0 ]; then
 		cd $TOP
-		find -mindepth 2 -maxdepth 2 -type d | grep -v '\.hg' | sed -e 's|^./||' | grep -v Templates
+		find -mindepth 2 -maxdepth 2 -type d | grep -v '\.hg' | sed -e 's|^./||' | grep -Ev '(Templates|musl|busybox)'
 	else
 		local file=$(scriptfile $1)