Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2fb5982 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix formatting of rbcrun errors" am: 0a467339 am: 09435773 am: b78048a7

Original change: https://android-review.googlesource.com/c/platform/build/+/1856773

Change-Id: I668421e43f913fd8152777783dd0586266cc6833
parents ae3e2865 b78048a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,6 +93,6 @@ func main() {
}

func quit(format string, s ...interface{}) {
	fmt.Fprintln(os.Stderr, format, s)
	fmt.Fprintf(os.Stderr, format, s...)
	os.Exit(2)
}