mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
e45a2af683
1 changed files with 1 additions and 3 deletions
|
@ -3,8 +3,6 @@
|
||||||
#
|
#
|
||||||
# This allows us to exclude keyboards by including a .noci file.
|
# This allows us to exclude keyboards by including a .noci file.
|
||||||
|
|
||||||
find -L keyboards -type f -name rules.mk | grep -v keymaps | while read keyboard; do
|
find -L keyboards -type f -name rules.mk | grep -v keymaps | sed 's!keyboards/\(.*\)/rules.mk!\1!' | while read keyboard; do
|
||||||
keyboard=$(echo $keyboard | sed 's!keyboards/\(.*\)/rules.mk!\1!')
|
|
||||||
|
|
||||||
[ "$1" = "noci" -a -e "keyboards/${keyboard}/.noci" ] || echo "$keyboard"
|
[ "$1" = "noci" -a -e "keyboards/${keyboard}/.noci" ] || echo "$keyboard"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue