mirror of
https://github.com/EnumeratedDev/bpm-utils.git
synced 2026-09-26 07:26:12 +00:00
Compare commits
1
Commits
d7da13034c
..
7.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4217626dde
|
@@ -169,7 +169,7 @@ func compilePackage(archive string) {
|
||||
if *yesAll {
|
||||
args = append(args, "-y")
|
||||
}
|
||||
args = append(args, "--fd=3")
|
||||
args = append(args, "--output-fd=3")
|
||||
args = append(args, archive)
|
||||
cmd := exec.Command("bpm", args...)
|
||||
cmd.Stdin = os.Stdin
|
||||
|
||||
Reference in New Issue
Block a user