During a rebuild the buildpack blindly assumes that the exec.d file in the buildpack has not changed between builds. This could lead to potentially incorrect rebuild behavior when the buildpack reuses the old layer with a stale exec.d process. We should verify that the exec.d process is the same on rebuild.