This repository was archived by the owner on Sep 9, 2020. It is now read-only.
Commit 753b47d
committed
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
<geaaru@sabayonlinux.org>, re-submitted by me to amend the commit and
merge immediately.
Fixes #2164.
Fixes #2168.1 parent 1a585d2 commit 753b47d
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
| 149 | + | |
151 | 150 | | |
152 | 151 | | |
153 | 152 | | |
| |||
0 commit comments