From 27f4613a098f7a6a9ec74f125ad07b5310b558af Mon Sep 17 00:00:00 2001 From: Charadon Date: Sun, 2 Oct 2022 11:02:14 -0400 Subject: distribute.sh: Fixed issue where on some systems, rm not finding a file counts as an error. --- distribute.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'distribute.sh') diff --git a/distribute.sh b/distribute.sh index ba70f0e..02c0369 100755 --- a/distribute.sh +++ b/distribute.sh @@ -86,10 +86,12 @@ then fi exit 0 else + set +e # Remove GL drivers, as they almost always conflict with system driver. rm libs/libGL* rm libs/libdrm* # Remove libstdc++ rm libs/libstdc++* + set -e bsdtar --options gzip:compression-level=9 -caf ../Pong_"$(uname -s)-$(uname -r)-$(uname -m)".tgz -- * fi -- cgit 1.4.1-2-gfad0