mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
guix: Minor quoting fix in libexec/build.sh
This commit is contained in:
parent
c83c4fa5b7
commit
022abc85fc
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue