aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbin/build-all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-all.sh b/bin/build-all.sh
index ac8ea98..baa5982 100755
--- a/bin/build-all.sh
+++ b/bin/build-all.sh
@@ -35,7 +35,7 @@ for TARGET in $( find hw/*/*/ -name "$UI".h ) ; do
SKIP=0
if [ ! -z "$SEARCH" ]; then
for text in $SEARCH ; do
- echo "$NAME $TARGET" | grep -i "$text" > /dev/null
+ echo "$NAME $TARGET" | grep -i -- "$text" > /dev/null
if [ 0 != $? ]; then SKIP=1 ; fi
done
fi