]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix cut-n-paste bug: compare argument s against known aliases,
authorMarcel Moolenaar <marcel@FreeBSD.org>
Fri, 7 Jul 2006 02:44:23 +0000 (02:44 +0000)
committerMarcel Moolenaar <marcel@FreeBSD.org>
Fri, 7 Jul 2006 02:44:23 +0000 (02:44 +0000)
commit17a5febb8801ecd497a73f88e6fdd3c2070f030f
tree1e671c90a72743347122886d6d1b448233e2faac
parentae39ffc92eeb4a2ec863702791f80601d270197a
Fix cut-n-paste bug: compare argument s against known aliases,
not the global optarg. This bug goes unnoticed because optarg
is so far always the actual argument for the formal argument s.
sbin/gpt/gpt.c