[Blends-commit] [SCM] blends-dev branch, master, updated. 8c76c06be31c92c3eca5d1ae43b60cccf34fdfd2
Ole Streicher
ole at aip.de
Thu Nov 10 12:53:29 UTC 2016
The following commit has been merged in the master branch:
commit 8c76c06be31c92c3eca5d1ae43b60cccf34fdfd2
Author: Ole Streicher <ole at aip.de>
Date: Thu Nov 10 13:48:21 2016 +0100
When adding RFC822 style line continuations in dependencies, remove trailing newlines.
They are not handled by process_pkglist()
diff --git a/devtools/blend-gen-control b/devtools/blend-gen-control
index cde3237..1b4298d 100755
--- a/devtools/blend-gen-control
+++ b/devtools/blend-gen-control
@@ -570,6 +570,7 @@ sub load_task {
while (<TASKFILE>) {
last if (m/^\S+/ || m/^\s*$/);
$pkgs .= $_;
+ chomp $pkgs;
}
$taskinfo{$curpkg}{$header} = ()
if (! exists $taskinfo{$curpkg}{$header});
--
Git repository for blends code
More information about the Blends-commit
mailing list