From e4995b16b52a758cedee7e368cd695b09a49bfbc Mon Sep 17 00:00:00 2001 From: Russel Van Tuyl Date: Thu, 5 Sep 2024 11:09:29 -0400 Subject: [PATCH] Fixes #43 --- commands/shell_freebsd.go | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/shell_freebsd.go b/commands/shell_freebsd.go index 96a3844..1dc2818 100644 --- a/commands/shell_freebsd.go +++ b/commands/shell_freebsd.go @@ -23,6 +23,7 @@ along with Merlin. If not, see . package commands import ( + "fmt" "os/exec" "strings" )