mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-02-11 03:26:07 +07:00
path_id: fix an harmless syntax error
This commit is contained in:
parent
e861e01341
commit
1d569d17b2
@ -220,7 +220,7 @@ handle_scsi () {
|
||||
}
|
||||
|
||||
handle_firewire () {
|
||||
:handle_firewire $*
|
||||
: handle_firewire $*
|
||||
local DEV=$1
|
||||
if [ -f "$D/ieee1394_id" ] ; then
|
||||
read ieee1394_id < $D/ieee1394_id
|
||||
|
Loading…
Reference in New Issue
Block a user