FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pretend-git/check_bindir at master · submitgit/pretend-git · GitHub
submitgit
/
pretend-git
Public
forked from
git/git
Notifications
You must be signed in to change notification settings
Fork
2
Star
0
Code
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
pretend-git
/
check_bindir
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
13 lines (13 loc) · 374 Bytes
Breadcrumbs
pretend-git
/
check_bindir
Copy path
File metadata and controls
executable file
·
13 lines (13 loc) · 374 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
#!
/bin/sh
bindir=
"
$1
"
gitexecdir=
"
$2
"
gitcmd=
"
$3
"
if
test
"
$bindir
"
!
=
"
$gitexecdir
"
&&
test
-x
"
$gitcmd
"
then
echo
echo
"
!! You have installed git-* commands to new gitexecdir.
"
echo
"
!! Old version git-* commands still remain in bindir.
"
echo
"
!! Mixing two versions of Git will lead to problems.
"
echo
"
!! Please remove old version commands in bindir now.
"
echo
fi
Back
|
FazBrowse Home
|
New Git URL