summaryrefslogtreecommitdiff
path: root/hscript/script.cc
diff options
context:
space:
mode:
Diffstat (limited to 'hscript/script.cc')
-rw-r--r--hscript/script.cc1
1 files changed, 1 insertions, 0 deletions
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);
}