From ea1d6126bcf52abc37ab2b402d4cded1c91223ce Mon Sep 17 00:00:00 2001 From: Gnadelwartz Date: Thu, 29 Mar 2018 17:27:57 +0200 Subject: [PATCH] fix missing " in makedist.pl --- makedist.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makedist.pl b/makedist.pl index 21449b663..9535ffc66 100755 --- a/makedist.pl +++ b/makedist.pl @@ -14,7 +14,7 @@ $zipdir = "zips"; @files = ("config.cgi", "config-*-linux", "config-solaris", "images", "index.cgi", "mime.types", - "miniserv.pl", "os_list.txt", "perlpath.pl", "setup.sh", "setup.pl, setup.bat", + "miniserv.pl", "os_list.txt", "perlpath.pl", "setup.sh", "setup.pl", "setup.bat", "version", "web-lib.pl", "web-lib-funcs.pl", "README", "config_save.cgi", "chooser.cgi", "miniserv.pem", "config-aix", "update-from-repo.sh",