Bug 13691 - [PATCH] echo: fix build with !ENABLE_FEATURE_FANCY_ECHO
Summary: [PATCH] echo: fix build with !ENABLE_FEATURE_FANCY_ECHO
Status: RESOLVED FIXED
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 critical
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-31 23:21 UTC by Jami Kettunen
Modified: 2021-04-14 16:56 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
echo compilation patch fix (1.09 KB, patch)
2021-03-31 23:21 UTC, Jami Kettunen
Details

Note You need to log in before you can comment on or make changes to this bug.
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.