From e14da54609eebf330c4c7cc2773a3c656b17d012 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 20 Sep 2024 14:52:30 -0500 Subject: [PATCH] make it executable --- .evergreen/hatch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.evergreen/hatch.sh b/.evergreen/hatch.sh index 9b1948daaa..57ae45308f 100644 --- a/.evergreen/hatch.sh +++ b/.evergreen/hatch.sh @@ -50,6 +50,7 @@ if [ ! -f .bin/hatch ] && [ ! -f .bin/hatch.exe ] ; then if [ "${OS:-}" == "Windows_NT" ]; then unzip hatch.bin mv hatch.exe .bin + chmod +x .bin/hatch.exe .bin/hatch.exe --version else tar xfz hatch.bin