config(8): part of patch disappeared, don't close ifp at the end

This commit is contained in:
Kyle Evans 2018-06-26 04:06:49 +00:00
parent 6ffdd5ef2f
commit 67fc3f5608
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335654

View File

@ -336,8 +336,6 @@ makeenv(void)
}
}
fprintf(ofp, "\"\\0\"\n};\n");
if (ifp)
fclose(ifp);
fclose(ofp);
moveifchanged(path("env.c.new"), path("env.c"));
}