Refactor shell utilities: reorganize namespaces and introduce Shell base class

This commit is contained in:
crazywhalecc
2025-08-06 20:28:25 +08:00
committed by Jerry Ma
parent cc447a089a
commit e28580de00
10 changed files with 314 additions and 150 deletions

View File

@@ -8,7 +8,7 @@ use SPC\builder\freebsd\library\BSDLibraryBase;
use SPC\builder\linux\library\LinuxLibraryBase;
use SPC\builder\macos\library\MacOSLibraryBase;
use SPC\exception\RuntimeException;
use SPC\util\UnixShell;
use SPC\util\shell\UnixShell;
class UnixAutoconfExecutor extends Executor
{