feat(userspace/coreutils): improve fennix shell implementation

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-03-21 01:27:09 +00:00
parent 76b3d30db9
commit c4225f7bdf
2 changed files with 637 additions and 85 deletions

View File

@ -57,3 +57,11 @@ if(UNIX AND TARGET test)
\"\$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/bin/[\"
)")
endif()
if(UNIX AND TARGET sh)
install(CODE "execute_process(
COMMAND ${CMAKE_COMMAND} -E create_symlink
sh
\"\$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/bin/fsh\"
)")
endif()