packer-cn/scripts
Sean Chittenden d430b7b763 Go's -X linker flag now requires only one argument (#3540)
This fixes building `packer` with Go >1.6.  From https://golang.org/cmd/link/:

```
-X importpath.name=value
	Set the value of the string variable in importpath named name to value.
	Note that before Go 1.5 this option took two separate arguments.
	Now it takes one argument split on the first = sign.
```
2016-05-17 13:24:04 -07:00
..
build.ps1 Build script for Windows. (#3481) 2016-05-05 13:12:17 -07:00
build.sh Go's -X linker flag now requires only one argument (#3540) 2016-05-17 13:24:04 -07:00
dist.sh Fix problems in release script 2016-03-14 21:24:51 -07:00
generate-plugins.go Added ToSlash around windows paths so they will become unixy 2016-02-11 11:34:09 -08:00