diff --git a/pre-commit.sh b/pre-commit.sh index d670919cf..cbac1b5e3 100755 --- a/pre-commit.sh +++ b/pre-commit.sh @@ -6,7 +6,7 @@ # save current config echo "\n\nSaving current config\n\n" cp config.status tmp.status -cp cyassl/options.h tmp.options.h +cp wolfssl/options.h tmp.options.h # stash modified files not part of this commit, don't test them echo "\n\nStashing any modified files not part of commit\n\n" @@ -26,7 +26,7 @@ echo "\nRestoring current config\n" mv tmp.status config.status # don't show output incase error from above ./config.status >/dev/null 2>&1 -mv tmp.options.h cyassl/options.h +mv tmp.options.h wolfssl/options.h make clean >/dev/null 2>&1 make -j 8 >/dev/null 2>&1