Sorry, Typo.  It should have been:

all:

        SU='$(shell su --version | grep -c coreutils)'; \
        if [[ $$SU == "0" ]]; then \
          su $(LFSUSER) -c "/bin/sh -c 'source ~/.bashrc && cd $(SRC) && make
chapter-5'"; \
        else \
          su $(LFSUSER) -s/bin/sh -c 'source ~/.bashrc && cd $(SRC) && make
chapter-5'; \
        fi; \
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-chat
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to