This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gps: pass correct arguments to "git clean"
Previously, the "-x" in git submodule foreach --recursive git clean -x was being applied to the "git submodule" command not the "git clean" command. git submodule foreach expects the inner command to be wrapped in a single string, so pass git clean as a single string. Verified this works as expected on the command line. Originally submitted as #2164 by Daniele Rodina <[email protected]>, re-submitted by me to amend the commit and merge immediately. Fixes #2164. Fixes #2168.
- Loading branch information