summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/songdb.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/songdb.pl b/tools/songdb.pl
index 8a4746b8be..b2e248c898 100755
--- a/tools/songdb.pl
+++ b/tools/songdb.pl
@@ -68,7 +68,7 @@ my %lcalbums;
68 68
69my %dir2albumname; 69my %dir2albumname;
70 70
71my $dbver = 2; 71my $dbver = 3;
72 72
73if(! -d $dir or $help) { 73if(! -d $dir or $help) {
74 print "'$dir' is not a directory\n" if ($dir ne "" and ! -d $dir); 74 print "'$dir' is not a directory\n" if ($dir ne "" and ! -d $dir);