Changeset 45f8a9c8


Ignore:
Timestamp:
06/29/2017 04:54:28 PM (7 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
322226d
Parents:
c57747d
Message:

Forgotten quotes

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BLFS/gen_pkg_book.sh

    rc57747d r45f8a9c8  
    182182rm -rf scripts
    183183xsltproc --xinclude --nonet \
    184          --stringparam sudo $SUDO \
    185          --stringparam wrap-install $WRAP_INSTALL \
     184         --stringparam sudo "$SUDO" \
     185         --stringparam wrap-install "$WRAP_INSTALL" \
    186186         -o ./scripts/ ${MakeScripts} \
    187187         ${BookXml}
  • common/libs/func_book_parser

    rc57747d r45f8a9c8  
    143143        xsltproc --nonet                                                \
    144144                 --xinclude                                             \
    145                  --stringparam model $MODEL                             \
    146                  --stringparam kernel $KERNEL                           \
    147                  --stringparam testsuite $TEST                          \
    148                  --stringparam bomb-testsuite $BOMB_TEST                \
     145                 --stringparam model "$MODEL"                           \
     146                 --stringparam kernel "$KERNEL"                         \
     147                 --stringparam testsuite "$TEST"                        \
     148                 --stringparam bomb-testsuite "$BOMB_TEST"              \
    149149                 --stringparam features                                 \
    150150                     x$SSP$ASLR$PAX$HARDENED_TMP$WARNINGS$MISC$BLOWFISH \
    151                  --stringparam timezone $TIMEZONE                       \
    152                  --stringparam page $PAGE                               \
    153                  --stringparam lang $LANG                               \
    154                  --stringparam grsecurity_host $GRSECURITY_HOST         \
     151                 --stringparam timezone "$TIMEZONE"                     \
     152                 --stringparam page "$PAGE"                             \
     153                 --stringparam lang "$LANG"                             \
     154                 --stringparam grsecurity_host "$GRSECURITY_HOST"       \
    155155                 --output ./${PROGNAME}-commands/                       \
    156156                 $XSL                                                   \
Note: See TracChangeset for help on using the changeset viewer.