From 1de627547fc9e5a38864883c4ef588042a73ea00 Mon Sep 17 00:00:00 2001 From: Leonid Volnitsky Date: Mon, 6 Apr 2009 11:46:07 +0300 Subject: exit code now deisplayed at left-most position; fixed: extranious spase removed --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c0a9e7e..0293330 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ install: - cp -v git-prompt.{sh,conf} /etc/ + cp -v git-prompt.sh /etc/ + [ -f /etc/git-prompt.conf ] || cp -v git-prompt.conf /etc/ tgit: -- cgit v1.2.3