a bit that crept in from elsewhere

This commit is contained in:
nhmall
2019-07-02 14:06:14 -04:00
parent 1ac321eadc
commit ad88205229

View File

@@ -16,7 +16,7 @@ goto err_set
echo Checking to see if directories are set up properly ...
if not exist ..\..\include\hack.h goto err_dir
if not exist ..\..\src\hack.c goto err_dir
if not exist ..\..\dat\wizard1.lua goto err_dir
if not exist ..\..\dat\wizard.des goto err_dir
if not exist ..\..\util\makedefs.c goto err_dir
if not exist ..\..\win\tty\wintty.c goto err_dir
echo Directories OK.