From 3229a96bb394e67d7aedbe9697819bc7a7a77ffb Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Tue, 13 Jan 2015 16:22:21 -0700 Subject: [PATCH] pre-commit to use wolfssl/options --- pre-commit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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