From 5355ee67e2887a58e48289df03c2b47933d671a1 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 27 Mar 2024 16:25:33 -0400 Subject: [PATCH] follow-up: fix copy-and-paste error --- sys/windows/build-msys2.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/windows/build-msys2.txt b/sys/windows/build-msys2.txt index 967fad67b..419e55cb8 100644 --- a/sys/windows/build-msys2.txt +++ b/sys/windows/build-msys2.txt @@ -54,7 +54,7 @@ Lua NetHack 3.7 for Windows requires 3rd party Lua source that is not part of the NetHack distribution or repository. - A windows cmd command procedure for fetching prerequisite + A bash shell script for fetching prerequisite sources is available, and can be run as follows from the top of the NetHack source tree to obtain lua: sh sys/windows/fetch.sh lua @@ -64,10 +64,10 @@ Curses 3rd part pdcursesmod source code is required and is not part of the NetHack distribution or repository. - A windows cmd command procedure for fetching prerequisite + A bash shell script for fetching prerequisite sources is available, and can be run as follows from the top of the NetHack source tree to obtain pdcursesmod: - sh sys/windows/fetch.sh lua + sh sys/windows/fetch.sh pdcursesmod Building