Make windows recognize ~

This commit is contained in:
Aoran Zeng
2023-09-27 15:54:23 +08:00
parent f65793c1db
commit 720f011c6e
2 changed files with 5 additions and 1 deletions

View File

@@ -295,7 +295,7 @@ pl_php_setsrc (char* option)
void
pl_lua_getsrc (char* option)
{
chsrc_check_file (" ~/.luarocks/config.lua");
chsrc_check_file ("~/.luarocks/config.lua");
chsrc_check_file ("~/.luarocks/upload_config.lua");
}