mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 13:25:56 +08:00
Make Linux build fail correctly when something does not work
This commit is contained in:
parent
0eb3ea7253
commit
11a6601c4a
@ -1,7 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This is too strict for source $HOME/perl5/perlbrew/etc/bashrc:
|
||||
# -u is too strict for source $HOME/perl5/perlbrew/etc/bashrc:
|
||||
### set -euo pipefail
|
||||
set -eo pipefail
|
||||
|
||||
if [ ! -d $HOME/perl5/perlbrew/perls/slic3r-perl ]; then
|
||||
echo "Downloading slic3r-perlbrew-5.24.tar.bz2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user