aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtester.in4
1 files changed, 2 insertions, 2 deletions
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"