From ecc61543b5212526338c4c5bc362936add3e34f3 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 8 Oct 2019 21:44:00 -0500 Subject: hscript: Handle pkgs with + char and add test (thanks @sroracle) --- hscript/script.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'hscript/script.cc') diff --git a/hscript/script.cc b/hscript/script.cc index 2d93a51..69afb30 100644 --- a/hscript/script.cc +++ b/hscript/script.cc @@ -126,6 +126,7 @@ struct Script::ScriptPrivate { output_warning("installfile:" + std::to_string(lineno), "package '" + pkg + "' has already been specified", "", opts.test(Pretty)); + continue; } packages.insert(pkg); } -- cgit v1.2.3-70-g09d2