Skip to content

Commit 022abc8

Browse files
committed
guix: Minor quoting fix in libexec/build.sh
1 parent c83c4fa commit 022abc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/guix/libexec/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,8 @@ mkdir -p "$DISTSRC"
293293
# version symbols for Linux distro back-compatibility.
294294
make -C src --jobs=1 check-symbols ${V:+V=1}
295295

296-
mkdir -p ${OUTDIR}
296+
mkdir -p "$OUTDIR"
297+
297298
# Make the os-specific installers
298299
case "$HOST" in
299300
*mingw*)

0 commit comments

Comments
 (0)