summaryrefslogtreecommitdiffstats
path: root/scripts/905_git_split
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/905_git_split')
-rw-r--r--scripts/905_git_split2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/905_git_split b/scripts/905_git_split
index 6d16c2d..16d3d69 100644
--- a/scripts/905_git_split
+++ b/scripts/905_git_split
@@ -29,7 +29,7 @@ fsRmdir("tools");
# Ensure that the qt-bundle repo <QTDIR>/qt is created
# any by default use that as the repo base for the modules
my $qtbundledir = "qt";
-my $repos_base = $qtdir . "/" . $qtbundledir;
+$repos_base = $qtdir . "/" . $qtbundledir;
ensureDir($qtbundledir);
my $cacheDir = $qtWebKitType;