From bbac75bfa215cc07ad50db4670eebebeb5082ab4 Mon Sep 17 00:00:00 2001 From: Leonid Volnitsky Date: Thu, 19 Dec 2013 18:21:50 +0200 Subject: fixed: Makefile should have tabs --- Makefile | 8 ++++---- 1 file 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 ..." -- cgit v1.2.3