summaryrefslogtreecommitdiff
path: root/cmd/sbox/sbox.go
diff options
context:
space:
mode:
author Wen-yi Chu <wenyichu@google.com> 2023-09-22 03:58:59 +0000
committer Wen-yi Chu <wenyichu@google.com> 2023-09-22 22:05:54 +0000
commit789a7e0883d5e142ff98898ac02797f106d38b9c (patch)
tree97a37fd0a3987fd5f753d1afe2aab4d7d22de6b4 /cmd/sbox/sbox.go
parent53ed08aec00aa45f0326e3c7335638a85e985833 (diff)
Revert^3 "allow Ninja variables in RuleBuilder API"
0e2d63e4d23f20acf2ee3fca1829255d05ad96ad Change-Id: I4a22fb398fc7bfdf86613829dfbc9c35fab11ee7
Diffstat (limited to 'cmd/sbox/sbox.go')
-rw-r--r--cmd/sbox/sbox.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/sbox/sbox.go b/cmd/sbox/sbox.go
index 3364f503f..fc56dd526 100644
--- a/cmd/sbox/sbox.go
+++ b/cmd/sbox/sbox.go
@@ -119,9 +119,6 @@ func run() error {
}
manifest, err := readManifest(manifestFile)
- if err != nil {
- return err
- }
if len(manifest.Commands) == 0 {
return fmt.Errorf("at least one commands entry is required in %q", manifestFile)