We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414c193 commit 485ebffCopy full SHA for 485ebff
1 file changed
test/update-db
@@ -31,7 +31,7 @@ done
31
[ "$DBSANE" ] || DBSANE=$build/test/sql_sanitize.sql
32
[ "$DBTEST" ] || DBTEST=$build/test/sql_setup.sql
33
[ "$DBTIME" ] || DBTIME=$state/update-db.dump
34
-[ "$DBSTART" ] || DBTIME=$state/update-db.start
+[ "$DBSTART" ] || DBSTART=$state/update-db.start
35
[ "$DBDONE" ] || DBDONE=$state/update-db.done
36
[ "$DBLOCK" ] || DBLOCK=$lock
37
0 commit comments