Closed dsvetl closed 4 months ago
Hello,
I added two small feature:
I am using Shell Parameter Expansion to resolve problem in #59.
${parameter:+word} If parameter is null or unset, nothing is substituted, otherwise the expansion of word is substituted.
Looks good. Can you update components/base-install.sh, then re-run tools/build_self_contained_install.sh to rebuild install.sh? Thanks!
components/base-install.sh
tools/build_self_contained_install.sh
install.sh
Hello,
I added two small feature:
I am using Shell Parameter Expansion to resolve problem in #59.