From ea46a546c161cce974e7a4e602115b0104f2ee73 Mon Sep 17 00:00:00 2001 From: acli Date: Sat, 25 Jan 2003 18:04:45 +0000 Subject: [PATCH] Minor quoting bug --- misc/installer.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/installer.pl b/misc/installer.pl index e48660868f..3dd86b01df 100644 --- a/misc/installer.pl +++ b/misc/installer.pl @@ -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; -- 2.39.2