From 6e923a00dabf34a4c8506fd8410eee1c378a773d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 17 Sep 2013 16:18:38 +0200 Subject: Fix bug in autotools tester script --- tester.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tester.in') diff --git a/tester.in b/tester.in index 1aae169..9b48182 100755 --- a/tester.in +++ b/tester.in @@ -24,5 +24,5 @@ for f in `echo *.sql`; do fi done -echo ./driver --options-file "db_options" -./driver --options-file "db_options" +echo ./driver --options-file "$db_options" +./driver --options-file "$db_options" -- cgit v1.1