GoogleCloudPlatform / guest-configs

Apache License 2.0
31 stars 41 forks source link

correct udev rule syntax #15

Closed hopkiw closed 3 years ago

hopkiw commented 3 years ago

udev substitution rules support both % and $ syntax, so the $(()) arithmetic syntax here is first attempted as a udev substitution and fails with a warning. it has no apparent impact beyond the warning, udev falls back to sending the not-substituted text.

Fixes: #14

google-oss-robot commented 3 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hopkiw, zmarano

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/GoogleCloudPlatform/guest-configs/blob/master/OWNERS)~~ [hopkiw,zmarano] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment