From 7ac850831dcc80c98d2b58499f31ac914d8de12e Mon Sep 17 00:00:00 2001 From: axis Date: Tue, 5 Apr 2011 10:48:11 +0200 Subject: Added a missing chdir() after -zero-move-graft was added. --- scripts/905_git_split | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/905_git_split b/scripts/905_git_split index 42b91cc..aed1f73 100644 --- a/scripts/905_git_split +++ b/scripts/905_git_split @@ -110,6 +110,7 @@ foreach my $module (@repos) { # push modules to the server if ($run_push) { + chdir($o); print("Pushing modules repo to server: $module\n"); run("git remote add origin git\@scm.dev.nokia.troll.no:qt/$module.git"); run("GIT_FORCE=yes-please GIT_PUSH=size,generated,crlf,conflict,giant,alien git push origin +master"); -- cgit v1.2.3