From f2f9a92b04bf8662728d0d504c64180a3aaad857 Mon Sep 17 00:00:00 2001 From: arensb Date: Mon, 14 Oct 2002 13:20:55 +0000 Subject: [PATCH] Added quote so Emacs color doesn't get screwed up. --- installer.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.pl b/installer.pl index eacc3dd7c4..5ef304e862 100644 --- a/installer.pl +++ b/installer.pl @@ -849,7 +849,7 @@ data that you can install now. If you are installing Koha with the intention of populating it with your own data, you probably don't want this sample data installed. -|; +|;#' print "\nWould you like to install the sample data? Y/[N]: "; chomp($input = ); if ($input =~/^y/i) { -- 2.20.1