diff --git a/git-all b/git-all index 39f1b6d7369..a98863a89b8 100755 --- a/git-all +++ b/git-all @@ -1,5 +1,4 @@ #!/bin/sh git $@ - -git submodules foreach "$@" \ No newline at end of file +git submodule foreach "git $@" \ No newline at end of file