Skip to content

Commit

Permalink
There are no bashisms, use /bin/sh
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanor committed Nov 20, 2016
1 parent 468877c commit 6c66691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions udev/hdmi2usb-human-path-helper.sh
@@ -1,10 +1,10 @@
#!/bin/bash
#!/bin/sh

if [ x"$1" = xtest ]; then
# DEVPATH=/devices/pci0000:00/0000:00:1c.7/0000:08:00.0/usb3/3-4/3-4.3/3-4.3:1.2/tty/ttyACM0
# ID_PATH=pci-0000:08:00.0-usb-0:4.3:1.2
# ID_PATH_HUMAN=usb.bus0.port4-hub.port3
./$0 /devices/pci0000:00/0000:00:1c.7/0000:08:00.0/usb3/3-4/3-4.3/3-4.3:1.2/tty/ttyACM0
./$0 /devices/pci0000:00/0000:00:1c.7/0000:08:00.0/usb3/3-4/3-4.3/3-4.3:1.2/tty/ttyACM0

# DEVPATH=/devices/pci0000:00/0000:00:1c.7/0000:08:00.0/usb3/3-3/3-3:1.2/tty/ttyACM0
# ID_PATH=pci-0000:08:00.0-usb-0:3:1.2
Expand Down

0 comments on commit 6c66691

Please sign in to comment.