From 969a6bf98046f291026730481b99956fd0a682fb Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Thu, 12 Sep 2019 21:47:11 +0300 Subject: [PATCH] cleanups.sh: avoid using curly brackets expansion --- board/raspberrypi/cleanups.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/raspberrypi/cleanups.sh b/board/raspberrypi/cleanups.sh index f2ae096b4c..23ad8b8387 100755 --- a/board/raspberrypi/cleanups.sh +++ b/board/raspberrypi/cleanups.sh @@ -2,4 +2,4 @@ rm -rf ${TARGET}/opt/vc/src rm -rf ${TARGET}/opt/vc/include -rm -rf ${TARGET}/usr/bin/dtoverlay-{pre,post} +rm -rf ${TARGET}/usr/bin/dtoverlay-*