mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-28 04:52:36 +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.
|
||||
make -C src --jobs=1 check-symbols ${V:+V=1}
|
||||
|
||||
mkdir -p ${OUTDIR}
|
||||
mkdir -p "$OUTDIR"
|
||||
|
||||
# Make the os-specific installers
|
||||
case "$HOST" in
|
||||
*mingw*)
|
||||
|
Loading…
Reference in New Issue
Block a user