cmd/fpkg: rename shell to shellPath

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-02-21 17:50:20 +09:00
parent 64b6dc41ba
commit 4fa1e97026
3 changed files with 6 additions and 6 deletions

View File

@@ -80,7 +80,7 @@ func actionStart(args []string) {
if !dropShell {
command[0] = app.Launcher
} else {
command[0] = shell
command[0] = shellPath
}
command = append(command, args[1:]...)