From c0b317a62ae4552d6be32ab066f2514d1fd683eb Mon Sep 17 00:00:00 2001 From: Jez Ng Date: Sat, 3 Nov 2012 13:48:22 -0400 Subject: Pipe `popd` output to /dev/null. --- git_hooks/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git_hooks') diff --git a/git_hooks/pre-commit b/git_hooks/pre-commit index f8dacac2..495e618e 100755 --- a/git_hooks/pre-commit +++ b/git_hooks/pre-commit @@ -17,7 +17,7 @@ pushd $TDIR > /dev/null cake build cake test TEST_RESULT=$? -popd +popd > /dev/null echo "Tests completed." -- cgit v1.2.3