Fix previous commit.

svn path=/nixpkgs/trunk/; revision=13870
This commit is contained in:
Nicolas Pierron 2009-01-25 22:25:38 +00:00
parent c2be87e132
commit 74df154f73

View file

@ -563,7 +563,7 @@ rec {
if opt ? default then opt.default
else throw "Not defined."
else opt.merge values
));
);
notHandle = throw "Used without option declaration.";
};