Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6682f91 authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

kconfig: fix options to check-lxdialog.sh



As noted by Bernhard - fix it up.

Cc: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 3b1ec9fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -52,7 +52,7 @@ EOF
}
}


usage() {
usage() {
	printf "Usage: $0 [-check compiler options|-header|-library]\n"
	printf "Usage: $0 [-check compiler options|-ccflags|-ldflags compiler options]\n"
}
}


if [ $# -eq 0 ]; then
if [ $# -eq 0 ]; then