v1.7.2 - Fixed a bug with ls and shell working directory handling.

This commit is contained in:
TheWahlolly
2025-05-29 16:26:07 +03:00
parent 918258ba60
commit 34f716beaa
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 1.7.1"
_G._OSVERSION = "Halyde 1.7.2"
_G._OSLOGO = ""
local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil
repeat