From 68e60c48e59ab901220eab8d0db91c4fa00d4d95 Mon Sep 17 00:00:00 2001 From: Marcus Date: Mon, 12 Sep 2022 00:33:21 +0200 Subject: [PATCH] cp -a exits >0 when some symlinks are broken --- install-xash3d.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-xash3d.sh b/install-xash3d.sh index ba46d67..3819c1f 100755 --- a/install-xash3d.sh +++ b/install-xash3d.sh @@ -311,7 +311,7 @@ quit" > $XASH_BUILD_DIR/steam/hlds.install unzip "hlds_build_$hlds_build.zip" -d "hlds_build_$hlds_build" checkerror $? cp -a "hlds_build_$hlds_build/hlds_build_$hlds_build"/* $XASH_INSTALL_DIR - checkerror $? + #checkerror $? fi fi