Skip to content

Commit

Permalink
fix setup again
Browse files Browse the repository at this point in the history
  • Loading branch information
therecipe committed Aug 21, 2016
1 parent 0984661 commit 705c08d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
go get golang.org/x/crypto/ssh
if %errorlevel% neq 0 exit /b %errorlevel%
go get github.com/emirpasic/gods
go get github.com/emirpasic/gods/lists/arraylist
if %errorlevel% neq 0 exit /b %errorlevel%
go run ./internal/setup/check.go %*
if %errorlevel% neq 0 exit /b %errorlevel%
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
set -e
go get golang.org/x/crypto/ssh
go get github.com/emirpasic/gods
go get github.com/emirpasic/gods/lists/arraylist
go run ./internal/setup/check.go "$@"
go run $GOPATH/src/github.com/therecipe/qt/internal/setup/generate.go "$@"
go run $GOPATH/src/github.com/therecipe/qt/internal/setup/install.go "$@"
Expand Down

0 comments on commit 705c08d

Please sign in to comment.