commit e362a27a47948e29e94b17e6bbed3e91dff7a20c
Author: Elan Ruusamäe <g...@delfi.ee>
Date:   Sat Jan 9 19:09:45 2016 +0200

    fix function name

 shrc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/shrc.sh b/shrc.sh
index 5210ece..a384ae8 100755
--- a/shrc.sh
+++ b/shrc.sh
@@ -287,7 +287,7 @@ __bash_prompt_command() {
        local COLOR_NONE="\[\e[0m\]"
 
        local rpmver=$(__package_rpmversion)
-       local 
prompt="${BLUE}[${RED}\w${GREEN}${rpmver:+($rpmver)}$(parse_git_branch)${BLUE}]${COLOR_NONE}
 "
+       local 
prompt="${BLUE}[${RED}\w${GREEN}${rpmver:+($rpmver)}$(__bash_parse_git_branch)${BLUE}]${COLOR_NONE}
 "
        if [ $previous_return_value -eq 0 ]; then
                PS1="${prompt}➔ "
        else
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/e362a27a47948e29e94b17e6bbed3e91dff7a20c

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to