From 05505df2f00ddfdc88758d876dc6294af9b073fb Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 4 Oct 2022 12:45:02 -0700 Subject: Fix typo in build-arm.sh. --- tools/build-arm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/build-arm.sh b/tools/build-arm.sh index 51e6ea397..ff6d75d15 100644 --- a/tools/build-arm.sh +++ b/tools/build-arm.sh @@ -88,7 +88,7 @@ while true do sleep 20 # print free memory - free -h | grep Mem" + free -h | grep Mem # Check to see if the artifact has been produced $SSH "ls -l src/pandoc/linux/artifacts/DONE 2>/dev/null" && break done -- cgit v1.2.3