зеркало из https://github.com/microsoft/git.git
git-p4: remove bash-ism in t9809
Plain old $# works to count the number of arguments in either bash or dash, even if the arguments have spaces. Based-on-patch-by: Vitor Antunes <vitor.hda@gmail.com> Signed-off-by: Pete Wyckoff <pw@padd.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
543987bd47
Коммит
8d93a5ac68
|
@ -31,7 +31,7 @@ client_view() {
|
|||
#
|
||||
check_files_exist() {
|
||||
ok=0 &&
|
||||
num=${#@} &&
|
||||
num=$# &&
|
||||
for arg ; do
|
||||
test_path_is_file "$arg" &&
|
||||
ok=$(($ok + 1))
|
||||
|
|
Загрузка…
Ссылка в новой задаче