From e3da1b94d531160e469209d6de260211ba6afc41 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 4 Apr 2009 20:30:58 +0200 Subject: pkg: vcs_pull: Added newlines to the non-master-branch warning... --- bin/pkg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/pkg') diff --git a/bin/pkg b/bin/pkg index c6a805e..965af60 100755 --- a/bin/pkg +++ b/bin/pkg @@ -255,9 +255,9 @@ function vcs_pull { git pull } else { if [[ $branch != master ]] { - warn "$1: The currently checked out branch is not master, but '$branch'" \ - "Currently, pkg can only operate on the branch master" \ - " -> skipping repo, please fix manually or report a bug" + warn "$1: The currently checked out branch is not master, but '$branch'\n" \ + "Currently, pkg can only operate on the branch master\n" \ + " -> skipping repo, please fix manually or report a bug\n" return 1 } git pull $PKG_ROOT/${PWD:t} master -- cgit v1.2.3