diff options
author | Paul Nasrat <pnasrat@redhat.com> | 2005-09-08 14:32:01 +0000 |
---|---|---|
committer | Paul Nasrat <pnasrat@redhat.com> | 2005-09-08 14:32:01 +0000 |
commit | 0a222bd660ef3b4db8959fcbd551271b4cb67103 (patch) | |
tree | a053dbc2a68a4a5c2852a4bf6deb3ee239d87ff1 /utils | |
parent | 7cee641ea178b9ccc1cb6e5b097108e61f43c4be (diff) | |
download | anaconda-0a222bd660ef3b4db8959fcbd551271b4cb67103.tar.gz anaconda-0a222bd660ef3b4db8959fcbd551271b4cb67103.tar.xz anaconda-0a222bd660ef3b4db8959fcbd551271b4cb67103.zip |
neuter genhdlist
Diffstat (limited to 'utils')
-rw-r--r-- | utils/genhdlist.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/genhdlist.c b/utils/genhdlist.c index 4c8a7a3e8..35d745005 100644 --- a/utils/genhdlist.c +++ b/utils/genhdlist.c @@ -507,6 +507,9 @@ int main(int argc, const char ** argv) { if (!args || !args[0] || !args[0][0]) usage(); +/* FIXME: Don't actually do anything */ + return 0; + if (split && !noSplit) doSplit = 1; if (depOrderFile) { |