summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2013-12-19 18:21:50 +0200
committerLeonid Volnitsky <Leonid@Volnitsky.com>2013-12-19 18:21:50 +0200
commitbbac75bfa215cc07ad50db4670eebebeb5082ab4 (patch)
treefdcb64c11ea381aa753190232b35852e4cc710e8
parentMerge pull request #38 from killphi/cleanup (diff)
downloadgit-prompt-bbac75bfa215cc07ad50db4670eebebeb5082ab4.tar.gz
git-prompt-bbac75bfa215cc07ad50db4670eebebeb5082ab4.tar.bz2
git-prompt-bbac75bfa215cc07ad50db4670eebebeb5082ab4.zip
fixed: Makefile should have tabs
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e355689..4da74a6 100644
--- a/Makefile
+++ b/Makefile
@@ -12,10 +12,10 @@ COPY_LIST = git-prompt.sh
install:
- cp -v git-prompt.sh /etc/
- [ -f /etc/git-prompt.conf ] || cp -v git-prompt.conf /etc/
+ cp -v git-prompt.sh /etc/
+ [ -f /etc/git-prompt.conf ] || cp -v git-prompt.conf /etc/
tgit:
- xclip -i git-demo
- echo "ready to paste ..."
+ xclip -i git-demo
+ echo "ready to paste ..."