From e66eeb7ebce3d640cddc1de2970a3922bf12515f Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 2 Sep 2021 23:24:29 +1000 Subject: time shell command isn't working when we do it here? WTF? --- src/sledjchisl/sledjchisl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index e3edc39..415c115 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c @@ -8673,10 +8673,10 @@ fi */ // Use this for Mono 5 and later. if (shellMeFail("cd %s; ./runprebuild.sh vs2015", t)) E("Failed to prebuild!"); - if (shellMeFail("cd %s; time msbuild /p:Configuration=Debug /verbosity:minimal", t)) E("Failed to msbuild!"); + if (shellMeFail("cd %s; msbuild /p:Configuration=Debug /verbosity:minimal", t)) E("Failed to msbuild!"); // if (shellMeFail("cd %s; msbuild /p:Configuration=Release /verbosity:minimal", t)) E("Failed to msbuild!"); // #cp -f addon-modules/Gloebit/GloebitMoneyModule/bin/Gloebit.dll bin - if (shellMeFail("cd %s/src; time ./BuildIt.sh", t)) E("Failed to compile sledjchisl!"); + if (shellMeFail("cd %s/src; ./BuildIt.sh", t)) E("Failed to compile sledjchisl!"); /* TODO - figure out what current symlink currently points to delete that_BACKUP -- cgit v1.1