Changeset 3621 in MondoRescue for branches/3.3/mindi-busybox/coreutils/echo.c


Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/coreutils/echo.c

    r3232 r3621  
    7373#if !ENABLE_FEATURE_FANCY_ECHO
    7474    enum {
    75         eflag = '\\',
     75        eflag = 0,  /* 0 -- disable escape sequences */
    7676        nflag = 1,  /* 1 -- print '\n' */
    7777    };
Note: See TracChangeset for help on using the changeset viewer.