aboutsummaryrefslogtreecommitdiffstats
path: root/extras/path_id
diff options
context:
space:
mode:
authorMarco d'Itri <md@Linux.IT>2006-07-29 01:01:21 +0200
committerKay Sievers <kay.sievers@suse.de>2006-07-29 01:01:21 +0200
commit1d569d17b2400c9d4b2b3aed0b050a32084583b4 (patch)
tree62639cd34db4f4a3cfa021b2a1a86ad054b679d0 /extras/path_id
parente861e01341e5590d7c0b71d601f3453fa05d01f7 (diff)
downloadudev-1d569d17b2400c9d4b2b3aed0b050a32084583b4.tar.gz
path_id: fix an harmless syntax error
Diffstat (limited to 'extras/path_id')
-rw-r--r--extras/path_id/path_id2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/path_id/path_id b/extras/path_id/path_id
index 825c77c3..a9182af6 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