summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/950_pulse_dep_tree1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/950_pulse_dep_tree b/scripts/950_pulse_dep_tree
index ac91d08..5c433c1 100644
--- a/scripts/950_pulse_dep_tree
+++ b/scripts/950_pulse_dep_tree
@@ -143,6 +143,7 @@ sub resolveAndCommitDependencies {
print($syncProfileFd " },\n");
}
print($syncProfileFd ");\n");
+ close($syncProfileFd);
$syncProfile =~ m,^([^/]+)/(.+)$, or die("Shouldn't happen! Check the module maps!");
my $repo = $1;