diff options
| author | Florent Thoumie <flz@FreeBSD.org> | 2007-02-27 16:52:27 +0000 |
|---|---|---|
| committer | Florent Thoumie <flz@FreeBSD.org> | 2007-02-27 16:52:27 +0000 |
| commit | 4af453db2c59ef9d6b57adb5be86a42a03750496 (patch) | |
| tree | ac1906e6034dedbf3f6c2d2badf67eee40307255 /sys/tools | |
| parent | a198b356e538671fc5c106794dc152230bbc5036 (diff) | |
Notes
Diffstat (limited to 'sys/tools')
| -rw-r--r-- | sys/tools/fw_stub.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/tools/fw_stub.awk b/sys/tools/fw_stub.awk index 40be8adffb14..0a0bdbaf0460 100644 --- a/sys/tools/fw_stub.awk +++ b/sys/tools/fw_stub.awk @@ -93,7 +93,7 @@ for (i = 1; i < ARGC; i++) { if (length(curr[2]) > 0) shortnames[num_files] = curr[2]; else - shortnames[num_files] = curr[2]; + shortnames[num_files] = curr[1]; if (length(curr[3]) > 0) versions[num_files] = int(curr[3]); else |
