From 8d93a5ac68d12a01681a0c2a8d2f799da5cb9fa9 Mon Sep 17 00:00:00 2001 From: Pete Wyckoff Date: Sun, 26 Feb 2012 10:37:26 -0500 Subject: 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 Signed-off-by: Pete Wyckoff Signed-off-by: Junio C Hamano diff --git a/t/t9809-git-p4-client-view.sh b/t/t9809-git-p4-client-view.sh index 9642641..b0c6d43 100755 --- a/t/t9809-git-p4-client-view.sh +++ b/t/t9809-git-p4-client-view.sh @@ -31,7 +31,7 @@ client_view() { # check_files_exist() { ok=0 && - num=${#@} && + num=$# && for arg ; do test_path_is_file "$arg" && ok=$(($ok + 1)) -- cgit v0.10.2-6-g49f6