mirror of
https://github.com/Jguer/yay.git
synced 2025-11-22 00:12:41 -05:00
Expand env before making builddir
This commit is contained in:
parent
a109ea480c
commit
0e695468b8
6
cmd.go
6
cmd.go
@ -128,12 +128,6 @@ If no operation is provided -Y will be assumed`)
|
||||
}
|
||||
|
||||
func handleCmd() (err error) {
|
||||
if shouldSaveConfig {
|
||||
config.saveConfig()
|
||||
}
|
||||
|
||||
config.expandEnv()
|
||||
|
||||
if cmdArgs.existsArg("h", "help") {
|
||||
err = handleHelp()
|
||||
return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user