Skip to content

Commit

Permalink
pretty formatting of commands
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Zalevskiy <denis.zalevskiy@jolla.com>
  • Loading branch information
Denis Zalevskiy committed Oct 25, 2014
1 parent 8aabfd5 commit 5c85dcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/git-vault-rebase-generate.awk
Expand Up @@ -95,10 +95,10 @@ END {
push_command("git branch -D master");
push_command("git branch -m migrate master");
res = ""
sep = " "
sep = ""
for (i = 1; i <= length(commands); i++) {
res = res sep commands[i];
sep = " && "
sep = " && \\\n\t"
}
print res;
}

0 comments on commit 5c85dcf

Please sign in to comment.