1 diff --git a/generate-rules.sh b/generate-rules.sh
2 index ce6c3f3d..a0266612 100755
3 --- a/generate-rules.sh
4 +++ b/generate-rules.sh
5 @@ -8,7 +8,7 @@ print_help() {
6 echo " -h, --help Print this help message"
9 -for c in git jq tr awk sed; do
10 +for c in jq tr awk sed; do
11 command -v $c > /dev/null
13 echo "Error: Command $c not found in \$PATH." >&2
14 @@ -23,7 +23,7 @@ tohex() {
18 -OTD_CONFIGURATIONS="${OTD_CONFIGURATIONS:="$(git rev-parse --show-toplevel)/OpenTabletDriver.Configurations/Configurations"}"
19 +OTD_CONFIGURATIONS="${OTD_CONFIGURATIONS:="$src/OpenTabletDriver.Configurations/Configurations"}"
21 while [ $# -gt 0 ]; do