Skip to content

Commit

Permalink
Fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
bytbox committed Mar 6, 2012
1 parent ec33ecb commit 38ae7fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 50 deletions.
49 changes: 0 additions & 49 deletions Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion kakapo.go
Expand Up @@ -44,7 +44,7 @@ func main() {
return
}

if t.IsTerminal(os.Stdin.Fd()) {
if t.IsTerminal(int(os.Stdin.Fd())) {
// Start the read-eval-print loop
EvalFrom(strings.NewReader(repl))
} else {
Expand Down

0 comments on commit 38ae7fe

Please sign in to comment.