Fixed errors.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/d4b82961 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/d4b82961 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/d4b82961 Branch: refs/heads/next_stable Commit: d4b82961b253186145a79b70b274ba8449897858 Parents: 53d7fde Author: Thorsten Schöning <[email protected]> Authored: Wed Aug 16 10:18:25 2017 +0200 Committer: Thorsten Schöning <[email protected]> Committed: Wed Aug 16 10:18:25 2017 +0200 ---------------------------------------------------------------------- releasePrepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/d4b82961/releasePrepare.sh ---------------------------------------------------------------------- diff --git a/releasePrepare.sh b/releasePrepare.sh index 0657465..80f5104 100755 --- a/releasePrepare.sh +++ b/releasePrepare.sh @@ -23,7 +23,7 @@ # preferred over manually following some docs in the wiki. # -if [[ -n $(git status) || $(git diff-index HEAD) ]] +if [[ -n $(git status --short) || -n $(git diff-index HEAD) ]] then echo Maven release process requires committed changes! exit 1
