Skip to content

Commit f267dad

Browse files
committed
Fix build script.
- Change shell path and file mode - go get md2min instead of blackfriday
1 parent e5d0586 commit f267dad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ebook/build.sh

100644100755
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
#!/usr/bin/sh
1+
#!/bin/sh
22

33
rm -f *.html *~
44

55
export GOPATH=`pwd`
66

7-
go get -u github.com/russross/blackfriday
7+
#go get -u github.com/russross/blackfriday
8+
go get -u github.com/fairlyblank/md2min
89

910
go run build.go
1011

0 commit comments

Comments
 (0)