Changeset 5644a7f for BOOK/Makefile


Ignore:
Timestamp:
Sep 17, 2009, 11:30:12 PM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
4189f6e7
Parents:
a131cd8
Message:

obfuscate.sh requires bash

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/Makefile

    ra131cd8 r5644a7f  
    4343          tidy -config $(PWD)/tidy.conf $$filename; \
    4444          true; \
    45           sh $(PWD)/obfuscate.sh $$filename; \
     45          bash $(PWD)/obfuscate.sh $$filename; \
    4646          sed -i -e "s@text/html@application/xhtml+xml@g" $$filename; \
    4747        done;
     
    107107        $(Q)tidy -config $(PWD)/tidy.conf $(BASEDIR)/CLFS-$(nochunk_arch).html || true
    108108        @echo "Running obfuscate.sh..."
    109         $(Q)sh $(PWD)/obfuscate.sh $(BASEDIR)/CLFS-$(nochunk_arch).html
     109        $(Q)bash $(PWD)/obfuscate.sh $(BASEDIR)/CLFS-$(nochunk_arch).html
    110110        $(Q)sed -i -e "s@text/html@application/xhtml+xml@g"  \
    111111          $(BASEDIR)/CLFS-$(nochunk_arch).html
Note: See TracChangeset for help on using the changeset viewer.