]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9809-git-p4-client-view.sh
git-p4: remove bash-ism in t9809
[thirdparty/git.git] / t / t9809-git-p4-client-view.sh
index 96426414aadca543d650cd607b385c75f377260d..b0c6d4391daa041cf379f402704fb0989849e727 100755 (executable)
@@ -31,7 +31,7 @@ client_view() {
 #
 check_files_exist() {
        ok=0 &&
-       num=${#@} &&
+       num=$# &&
        for arg ; do
                test_path_is_file "$arg" &&
                ok=$(($ok + 1))