Added quote so Emacs color doesn't get screwed up.
authorarensb <arensb>
Mon, 14 Oct 2002 13:20:55 +0000 (13:20 +0000)
committerarensb <arensb>
Mon, 14 Oct 2002 13:20:55 +0000 (13:20 +0000)
installer.pl

index eacc3dd..5ef304e 100644 (file)
@@ -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 = <STDIN>);
     if ($input =~/^y/i) {