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

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"));
}