summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/guix-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/guix-install.sh b/etc/guix-install.sh
index 88ca0e61ea1..6bef21bb7ee 100755
--- a/etc/guix-install.sh
+++ b/etc/guix-install.sh
@@ -633,7 +633,7 @@ main()
633 _msg "${INF}system is ${ARCH_OS}" 633 _msg "${INF}system is ${ARCH_OS}"
634 634
635 umask 0022 635 umask 0022
636 tmp_path="$(mktemp -t -d guix.XXX)" 636 tmp_path="$(mktemp -t -d guix.XXXXXX)"
637 637
638 if [ -z "${GUIX_BINARY_FILE_NAME}" ]; then 638 if [ -z "${GUIX_BINARY_FILE_NAME}" ]; then
639 guix_get_bin_list "${GNU_URL}" 639 guix_get_bin_list "${GNU_URL}"