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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.