aboutsummaryrefslogtreecommitdiff
path: root/x11/aminal/files/patch-vendor_github.com_riywo_loginshell_loginshell.go
blob: 3ea0becd1031ba2c26190bc3b77127d5be00600b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- vendor/github.com/riywo/loginshell/loginshell.go.orig	2018-12-15 01:47:38 UTC
+++ vendor/github.com/riywo/loginshell/loginshell.go
@@ -15,6 +15,8 @@ func Shell() (string, error) {
     switch runtime.GOOS {
         case "linux":
           return LinuxShell()
+        case "freebsd":
+          return LinuxShell()
         case "darwin":
           return DarwinShell()
     }