From 220b47054d900c0139bde5981728f5f13402301c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 21 Apr 2009 18:53:09 +0200 Subject: pkg: vcs_branch_master: This can only be an error with GIT_USE_ORIGIN=0 --- bin/pkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/pkg b/bin/pkg index f78ff98..3269ed0 100755 --- a/bin/pkg +++ b/bin/pkg @@ -252,8 +252,8 @@ function vcs_branch_master { } if [[ $branch != master ]] { 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" + "Currently, with GIT_USE_ORIGIN=0, pkg can only operate on the branch master\n" \ + " -> skipping repo, please fix manually\n" return 1 } } -- cgit v1.2.3