File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- cd $( dirname " $0 " )
3+ cd " $( dirname " $0 " ) "
44
55# init variable `builds`
66source ./build-all.inc.sh
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- cd $( dirname " $0 " )
3+ cd " $( dirname " $0 " ) "
44rm -rf ../output/
55
66# init variable `builds`
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- cd $( dirname " $0 " )
3+ cd " $( dirname " $0 " ) "
44rm -rf ../output/
55
66GOARCH=$( go env GOARCH)
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- cd $( dirname " $0 " )
3+ cd " $( dirname " $0 " ) "
44source ./build.inc.version.sh
55
66TAG_PREFIX=${TAG_PREFIX:- mjpclab/ ghfs}
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- cd $( dirname " $0 " )
3+ cd " $( dirname " $0 " ) "
44
55source ./build.inc.sh
66
You can’t perform that action at this time.
0 commit comments