mirror of
https://github.com/git/git
synced 2024-11-05 18:59:29 +00:00
Dothem: pass --loose as well
This commit is contained in:
parent
f4eb1b7f4f
commit
7128f0a0db
1 changed files with 1 additions and 2 deletions
3
Dothem
3
Dothem
|
@ -18,8 +18,7 @@ inst_prefix=$(
|
|||
|
||||
force= with_dash= M= install= nodoc= notest= bootstrap= branches= jobs=
|
||||
while case "$1" in
|
||||
--pedantic) M="$M $1" ;;
|
||||
--locale=*) M="$M $1" ;;
|
||||
--pedantic | --locale=* | --loose) M="$M $1" ;;
|
||||
--force) force=$1 ;;
|
||||
--dash) with_dash=y ;;
|
||||
--noinstall) install=noinstall ;;
|
||||
|
|
Loading…
Reference in a new issue