Bug 13691

Summary: [PATCH] echo: fix build with !ENABLE_FEATURE_FANCY_ECHO
Product: Busybox Reporter: Jami Kettunen <jami.kettunen>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: critical CC: busybox-cvs
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: echo compilation patch fix

Description Jami Kettunen 2021-03-31 23:21:42 UTC
Created attachment 8851 [details]
echo compilation patch fix

A build of BusyBox master will currently fail if !ENABLE_FEATURE_FANCY_ECHO is set. I've written a quick patch (check attachment) for this and hope it can get applied soon :)
Comment 1 Denys Vlasenko 2021-04-14 16:56:00 UTC
Applied, thank you.