diff options
author | Marco d'Itri <md@Linux.IT> | 2006-07-29 01:01:21 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-07-29 01:01:21 +0200 |
commit | 1d569d17b2400c9d4b2b3aed0b050a32084583b4 (patch) | |
tree | 62639cd34db4f4a3cfa021b2a1a86ad054b679d0 /extras | |
parent | e861e01341e5590d7c0b71d601f3453fa05d01f7 (diff) |
path_id: fix an harmless syntax error
Diffstat (limited to 'extras')
-rw-r--r-- | extras/path_id/path_id | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/path_id/path_id b/extras/path_id/path_id index 825c77c3b1..a9182af6e0 100644 --- a/extras/path_id/path_id +++ b/extras/path_id/path_id @@ -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 |