projects
/
scpubgit/stemmatology.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3579c22
)
change default DB in lookup
Tara L Andrews [Fri, 15 Jun 2012 14:13:45 +0000 (16:13 +0200)]
script/dblookup.pl
patch
|
blob
|
blame
|
history
diff --git
a/script/dblookup.pl
b/script/dblookup.pl
index
bcf21d9
..
2346fde
100755
(executable)
--- a/
script/dblookup.pl
+++ b/
script/dblookup.pl
@@
-12,7
+12,7
@@
binmode( STDOUT, ':utf8' );
binmode( STDERR, ':utf8' );
my( $name, $delete, $dbuser, $dbpass );
-my( $list, $dsn ) = ( 1, 'dbi:SQLite:dbname=db/traditions.db' );
+my( $list, $dsn ) = ( 1, 'dbi:SQLite:dbname=stemmaweb/db/traditions.db' );
GetOptions(
'r|rename=s' => \$name,