From 4fa1e97026006a9b5d4e98de302256c7ae7cbad7 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 21 Feb 2025 17:50:20 +0900 Subject: cmd/fpkg: rename shell to shellPath Signed-off-by: Ophestra --- cmd/fpkg/start.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/fpkg/start.go') 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:]...) -- cgit v1.3.1