mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
23 lines
669 B
Diff
23 lines
669 B
Diff
diff --git a/generate-rules.sh b/generate-rules.sh
|
|
index ce6c3f3d..0829a3fc 100755
|
|
--- a/generate-rules.sh
|
|
+++ b/generate-rules.sh
|
|
@@ -8,7 +8,7 @@ print_help() {
|
|
echo " -h, --help Print this help message"
|
|
}
|
|
|
|
-for c in git jq tr awk sed; do
|
|
+for c in jq tr awk sed; do
|
|
command -v $c > /dev/null
|
|
if [[ $? > 0 ]]; then
|
|
echo "Error: Command $c not found in \$PATH." >&2
|
|
@@ -23,8 +23,6 @@ tohex() {
|
|
shopt -s globstar
|
|
set -eu
|
|
|
|
-OTD_CONFIGURATIONS="${OTD_CONFIGURATIONS:="$(git rev-parse --show-toplevel)/OpenTabletDriver.Configurations/Configurations"}"
|
|
-
|
|
while [ $# -gt 0 ]; do
|
|
case "$1" in
|
|
-c=*|--configurations=*)
|