aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 27a34023..a4eb42b2 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -223,7 +223,7 @@ function prompt {
svn)
svn info &>/dev/null || return 1
url="$(svn info 2>/dev/null | \
- awk -F': ' '$1 == "url" {print $2}')"
+ awk -F': ' '$1 == "URL" {print $2}')"
root="$(svn info 2>/dev/null | \
awk -F': ' '$1 == "Repository Root" {print $2}')"
branch=${url/$root}