From 8e781963d2f7467ece25cb003c23149e13602807 Mon Sep 17 00:00:00 2001 From: gator96100 Date: Mon, 18 Jan 2021 21:26:29 +0100 Subject: [PATCH] Missing command --- msys2/ps/autobuild.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/msys2/ps/autobuild.sh b/msys2/ps/autobuild.sh index dde647cc6d..c46c0f0c4f 100644 --- a/msys2/ps/autobuild.sh +++ b/msys2/ps/autobuild.sh @@ -19,6 +19,7 @@ function copy_shell { "/usr/bin/uname.exe" "/usr/bin/awk.exe" "/usr/bin/grep.exe" + "/usr/bin/sleep.exe" ) mkdir -p "$dstDir/client/libs/shell" for dep in ${DEPLIST[*]}; do