Skip to content

Commit 485ebff

Browse files
committed
Fix a bug in the update-db auxiliary script.
- Legacy-Id: 1977
1 parent 414c193 commit 485ebff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/update-db

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ done
3131
[ "$DBSANE" ] || DBSANE=$build/test/sql_sanitize.sql
3232
[ "$DBTEST" ] || DBTEST=$build/test/sql_setup.sql
3333
[ "$DBTIME" ] || DBTIME=$state/update-db.dump
34-
[ "$DBSTART" ] || DBTIME=$state/update-db.start
34+
[ "$DBSTART" ] || DBSTART=$state/update-db.start
3535
[ "$DBDONE" ] || DBDONE=$state/update-db.done
3636
[ "$DBLOCK" ] || DBLOCK=$lock
3737

0 commit comments

Comments
 (0)