Minor quoting bug

This commit is contained in:
acli 2003-01-25 18:04:45 +00:00
parent 251d8b2450
commit ea46a546c1

View file

@ -53,7 +53,7 @@ if ($kohaversion =~ /RC/) {
checkabortedinstall();
if (-e "$etcdir/koha.conf") {
my $installedversion=`grep kohaversion= $etcdir/koha.conf`;
my $installedversion=`grep kohaversion= "$etcdir/koha.conf"`;
chomp $installedversion;
$installedversion=~m/kohaversion=(.*)/;
$installedversion=$1;