aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/fpkg/start.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-02-21 17:50:20 +0900
committerOphestra <cat@gensokyo.uk>2025-02-21 17:50:20 +0900
commit4fa1e97026006a9b5d4e98de302256c7ae7cbad7 (patch)
tree929c0cdc10cbb58933ebbdd87d0cd5407dcf8b29 /cmd/fpkg/start.go
parent64b6dc41ba76fca1656374775f5fa57c4b6b39f1 (diff)
cmd/fpkg: rename shell to shellPath
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd/fpkg/start.go')
-rw-r--r--cmd/fpkg/start.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/fpkg/start.go b/cmd/fpkg/start.go
index 71e00281..29f14b4d 100644
--- a/cmd/fpkg/start.go
+++ b/cmd/fpkg/start.go
@@ -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:]...)