Changeset 8552

Show
Ignore:
Timestamp:
07/16/08 13:12:53 (2 months ago)
Author:
bdubbs
Message:

Change book build scripts to specify bash, not sh

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/Makefile

    r8548 r8552  
    6868        $(Q)tidy -config tidy.conf $(BASEDIR)/$(NOCHUNKS_OUTPUT) || true 
    6969        @echo "Running obfuscate.sh..." 
    70         $(Q)sh obfuscate.sh $(BASEDIR)/$(NOCHUNKS_OUTPUT) 
     70        $(Q)bash obfuscate.sh $(BASEDIR)/$(NOCHUNKS_OUTPUT) 
    7171        $(Q)sed -i -e "s@text/html@application/xhtml+xml@g"  \ 
    7272          $(BASEDIR)/$(NOCHUNKS_OUTPUT) 
     
    8080validxml: tmpdir 
    8181        @echo "Processing bootscripts..." 
    82         $(Q)sh process-scripts.sh $(RENDERTMP) 
     82        $(Q)bash process-scripts.sh $(RENDERTMP) 
    8383        @echo "Validating the book..." 
    8484        $(Q)xmllint --nonet --noent --xinclude --postvalid \ 
  • trunk/BOOK/process-scripts.sh

    r8549 r8552  
    1 #!/bin/sh 
     1#!/bin/bash 
    22 
    33# Boot scripts