Fork osext and support Solaris
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"bitbucket.org/kardianos/osext"
|
||||
"github.com/calmh/osext"
|
||||
)
|
||||
|
||||
type Release struct {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// All rights reserved. Use of this source code is governed by an MIT-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build !solaris,!windows,!noupgrade
|
||||
// +build !windows,!noupgrade
|
||||
|
||||
package upgrade
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// All rights reserved. Use of this source code is governed by an MIT-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build solaris noupgrade
|
||||
// +build noupgrade
|
||||
|
||||
package upgrade
|
||||
|
||||
|
||||
Reference in New Issue
Block a user