Commit Graph

2 Commits

Author SHA1 Message Date
Ali Mohammad Pur
808c98511b LibShell: Make null_if_unset_or_alternative actually return () if unset
Previously this acted more like "alternative if set or value", which is
completely wrong (based on the POSIX sh definition).
2024-10-09 12:39:08 +02:00
Liav A.
d46be35f3f Userland: Move Shell code to be in a library directory
This change ensures that users can use LibShell easily understand this
library now, because we have an actual library directory.

In addition to that, we move the test scripts to Tests/LibShell, to
match the usual pattern of putting test-related files in the Tests/
directory.
2024-10-04 10:56:27 +02:00