aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/prompt.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-08-20 17:28:34 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-08-20 17:28:34 +1200
commitdcfb4b923e64f7202aa1c4ce7bad9c0bd1de68b0 (patch)
tree2f82643ea6aeed743d2cce2ebf16050a5007abaa /bash/bashrc.d/prompt.bash
parentRemove unneeded quoting in case statement (diff)
downloaddotfiles-dcfb4b923e64f7202aa1c4ce7bad9c0bd1de68b0.tar.gz
dotfiles-dcfb4b923e64f7202aa1c4ce7bad9c0bd1de68b0.zip
Restore lost opening quote to prompt function
Diffstat (limited to 'bash/bashrc.d/prompt.bash')
-rw-r--r--bash/bashrc.d/prompt.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/prompt.bash b/bash/bashrc.d/prompt.bash
index b843beb3..bac7c6f4 100644
--- a/bash/bashrc.d/prompt.bash
+++ b/bash/bashrc.d/prompt.bash
@@ -114,7 +114,7 @@ prompt() {
# Determine the repository URL and root directory
info=$(svn info 2>/dev/null)
- url=$(awk -F': ' '$1 == URL" {print $2}' <<<"$info")
+ url=$(awk -F': ' '$1 == "URL" {print $2}' <<<"$info")
root=$(awk -F': ' '$1 == "Repository Root" {print $2}' <<<"$info")
# Remove the root from the URL to get what's hopefully the branch