goqt icon indicating copy to clipboard operation
goqt copied to clipboard

在第5步 ./build.sh出错,提示bash: ./build.sh: /bin/sh^M: 解释器错误: 没有那个文件或目录

Open happyEgg opened this issue 9 years ago • 3 comments
trafficstars

ubuntu前面编译都正常,在第5步 ./build.sh出错,提示bash: ./build.sh: /bin/sh^M: 解释器错误: 没有那个文件或目录

happyEgg avatar Jan 04 '16 03:01 happyEgg

system:ubuntu -64 go version: go1.5.1 amd64

happyEgg avatar Jan 04 '16 03:01 happyEgg

build.sh的文件格式是dos的,更改为unix即可。

CowSmiles avatar Jan 04 '16 06:01 CowSmiles

fix it https://github.com/visualfc/goqt/commit/81a3b5987a5a9b1bd0a49947df276e27d995b696

visualfc avatar Jan 04 '16 11:01 visualfc