summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-04-07 11:58:52 +0200
committeraxis <qt-info@nokia.com>2011-04-07 11:58:52 +0200
commitf17acaf95ff0badf1fadce6d4962571c957486ac (patch)
tree6b684c9f65efe33094912580a7134552494b8e08
parentcadb8d258a20c1ef1e391d2e1aa8646019e2415c (diff)
Made sure we close the file handle for the sync.profile.
Windows will not be able to modify it later on without this.
-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;