From 86d95ec7710cd0ca831c8e0385102b99a6bc6f73 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Fri, 23 Apr 2010 17:24:24 +0200 Subject: [PATCH 1/1] support the system-wide env IRSpyDbName --- zebra/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra/Makefile b/zebra/Makefile index ac81b41..710456f 100644 --- a/zebra/Makefile +++ b/zebra/Makefile @@ -5,7 +5,7 @@ DUMP_DIR= irspy-dump ZEBRA_DIR= db ZEBRAIDX= zebraidx-2.0 ZEBRAIDX_TEST= zebraidx-2.0 -c zebra-test.cfg -IRSPY_DATABASE= localhost:8018/IR-Explain---1 +IRSPY_DATABASE= $${IRSpyDbName-"localhost:8018/IR-Explain---1"} # debugging ZEBRA_TEST_DIR= db-test -- 1.7.10.4