From 92066b541b33bfae9661ac057fe1d93a919ac53a Mon Sep 17 00:00:00 2001 From: Tom Reynolds Date: Sat, 7 Oct 2017 22:51:19 +0200 Subject: [PATCH] minor changes for megaglest_shim build #2 * actually mute warnings on non-existing files during first build.sh run now --- source/steamshim_parent/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/steamshim_parent/build.sh b/source/steamshim_parent/build.sh index 9a51d0a3..3ee34973 100755 --- a/source/steamshim_parent/build.sh +++ b/source/steamshim_parent/build.sh @@ -5,7 +5,7 @@ # Copyright (c) 2011-2013 Mark Vejvoda under GNU GPL v3.0+ # ---------------------------------------------------------------------------- -rm megaglest_shim -rm megaglest +rm -f megaglest_shim +rm -f megaglest #make STEAMWORKS?=/home/softcoder/Code/steamworks_sdk/sdk make $@