cmd/fpkg: rename shell to shellPath
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -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:]...)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user