aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/fpkg/start.go
diff options
context:
space:
mode:
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:]...)