• Eddy Jansson's avatar
    Fix Makefile test to use more compatible syntax · 05fb7be3
    Eddy Jansson authored
    The existing way is not compatible with a lot of shells, including most
    bash installations, because the echos that generates the configuration
    sent to redis-server doesn't expand the escapes. Adding '-e' to the
    echo works under bash, but breaks on the Travis CI server.
    
    This is my attempt to find an alternative that works everywhere.
    [committer note: it doesn't work under Solaris make, but the Makefile
    was already broken under Solaris make.  Solaris users must use gmake.]
    
    Closes #224 and Closes #221
    05fb7be3
Makefile 5.04 KB