blob: 623eadcbb7dd2b7f58be0ef070b8c805a8101add [file] [log] [blame]
Nguyễn Thái Ngọc Duyf28ac702007-11-28 23:21:57 +07001#!/bin/sh
2bindir="$1"
3gitexecdir="$2"
4gitcmd="$3"
Elia Pinto4eaeb322014-06-06 07:55:44 -07005if test "$bindir" != "$gitexecdir" && test -x "$gitcmd"
Nguyễn Thái Ngọc Duyf28ac702007-11-28 23:21:57 +07006then
7 echo
8 echo "!! You have installed git-* commands to new gitexecdir."
9 echo "!! Old version git-* commands still remain in bindir."
10 echo "!! Mixing two versions of Git will lead to problems."
11 echo "!! Please remove old version commands in bindir now."
12 echo
13fi