From e28075978648a329cb6134e24e273079fd36edad Mon Sep 17 00:00:00 2001 From: Ric Holland Date: Fri, 15 Mar 2013 15:47:49 +0000 Subject: check now uses git config file in morph/scripts To remove need of configuring git to check new system .gitconfig file added to morph/scripts and check set to use this file. --- check | 2 ++ 1 file changed, 2 insertions(+) (limited to 'check') diff --git a/check b/check index 6e02ef6b..170ed8bf 100755 --- a/check +++ b/check @@ -48,6 +48,8 @@ export PYTHONPATH python setup.py clean check +HOME="$(pwd)/scripts" + cmdtest tests if $full -- cgit v1.2.1