mirror of
https://github.com/git/git.git
synced 2026-08-09 17:40:16 +00:00
Meta/Make: make it easier to test bootstrapping
This commit is contained in:
9
Make
9
Make
@@ -4,7 +4,14 @@
|
||||
# PATH=/usr/bin:/bin
|
||||
|
||||
G=/opt/packrat/playpen/public/in-place/git/index/gitweb_config.perl
|
||||
GIT=$HOME/git-master/bin/git
|
||||
for i in active maint master next
|
||||
do
|
||||
GIT="$HOME/git-$i/bin/git"
|
||||
test -f "$GIT" && break
|
||||
done
|
||||
test -f "$GIT" || {
|
||||
echo >&2 "No git to bootstrap"
|
||||
}
|
||||
PATH=/usr/bin:/bin
|
||||
LANG=C
|
||||
LC_ALL=C
|
||||
|
||||
Reference in New Issue
Block a user