aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app
diff options
context:
space:
mode:
Diffstat (limited to 'internal/app')
-rw-r--r--internal/app/launch.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/app/launch.go b/internal/app/launch.go
index c6f7b773..ab48baad 100644
--- a/internal/app/launch.go
+++ b/internal/app/launch.go
@@ -60,6 +60,8 @@ func Early(printVersion bool) {
fmt.Println("No command was specified and $SHELL was unset")
os.Exit(1)
}
+
+ argv = []string{p}
}
if err := syscall.Exec(p, argv, os.Environ()); err != nil {