build: 'test-env' does not 'guix download' non-existent files.
Reported by uniq10. * build-aux/test-env.in: Check whether FILE exists before invoking 'guix download'.master
parent
fb8aff71cb
commit
9e7b87ddc5
|
@ -132,6 +132,7 @@ then
|
||||||
|
|
||||||
for file in "$bootstrap_directory"/guile-*
|
for file in "$bootstrap_directory"/guile-*
|
||||||
do
|
do
|
||||||
|
[ -f "$file" ] && \
|
||||||
"@abs_top_builddir@/pre-inst-env" \
|
"@abs_top_builddir@/pre-inst-env" \
|
||||||
guix download "file://$file" > /dev/null
|
guix download "file://$file" > /dev/null
|
||||||
done
|
done
|
||||||
|
|
Reference in New Issue