mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-29 13:32:33 +02:00
guix: Minor quoting fix in libexec/build.sh
This commit is contained in:
parent
c83c4fa5b7
commit
022abc85fc
@ -293,7 +293,8 @@ mkdir -p "$DISTSRC"
|
|||||||
# version symbols for Linux distro back-compatibility.
|
# version symbols for Linux distro back-compatibility.
|
||||||
make -C src --jobs=1 check-symbols ${V:+V=1}
|
make -C src --jobs=1 check-symbols ${V:+V=1}
|
||||||
|
|
||||||
mkdir -p ${OUTDIR}
|
mkdir -p "$OUTDIR"
|
||||||
|
|
||||||
# Make the os-specific installers
|
# Make the os-specific installers
|
||||||
case "$HOST" in
|
case "$HOST" in
|
||||||
*mingw*)
|
*mingw*)
|
||||||
|
Loading…
Reference in New Issue
Block a user