unix-thrust / beurk

BEURK Experimental Unix RootKit
GNU General Public License v3.0
363 stars 94 forks source link

fix(builder): fix ./reconfigure file update step #22

Closed nil0x42 closed 9 years ago

nil0x42 commented 9 years ago

the ./reconfigure script was writing config.c and config.h BEFORE checking for dependencies. Moved file write to the end of the script, if there has been no errors.