From 9d7de169fb48e6e6252f72f6cc2fd1336502efa9 Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Mon, 16 Jun 2014 16:28:28 +0200 Subject: [PATCH] CDB-3094 use bash command instead of sh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0dade55..81be8aa 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ legacy_regress: $(REGRESS_OLD) Makefile done test_organization: - sh test/organization/test.sh + bash test/organization/test.sh legacy_tests: legacy_regress