summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2008-09-19 11:24:28 +0300
committerLeonid Volnitsky <Leonid@Volnitsky.com>2008-09-19 11:29:46 +0300
commit5851985b5659e466f1c3457024b48df8dec9be4c (patch)
tree20d1f662b2c2a2b511ec14e5d2e640508e79c5d0 /Makefile
parentfixed: git hides git-* command away from $PATH (diff)
downloadgit-prompt-5851985b5659e466f1c3457024b48df8dec9be4c.tar.gz
git-prompt-5851985b5659e466f1c3457024b48df8dec9be4c.tar.bz2
git-prompt-5851985b5659e466f1c3457024b48df8dec9be4c.zip
don't show files from parent dir
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ca02224..245101f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
install:
cp git-prompt.sh /etc/
- ln -sf /etc/git-prompt.sh /etc/prompt
+ [ -s /etc/prompt ] || ln -sf /etc/git-prompt.sh /etc/prompt
clean:
git clean -df