forked from ALHP/ALHP.GO
fixed missing space between flags
This commit is contained in:
2
utils.go
2
utils.go
@@ -770,7 +770,7 @@ func parseFlagSection(section interface{}, makepkgConf string, march string) (st
|
||||
var orgMatch []string
|
||||
for _, match := range varsReg {
|
||||
if strings.ToLower(match[1]) == subSec.(string) {
|
||||
flags = strings.Split(reEnvClean.ReplaceAllString(match[3], ""), " ")
|
||||
flags = strings.Split(reEnvClean.ReplaceAllString(match[3], " "), " ")
|
||||
orgMatch = match
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user