Skip to content

Commit

Permalink
fix shebang in the last build script example
Browse files Browse the repository at this point in the history
  • Loading branch information
Paradiesstaub committed Nov 19, 2018
1 parent 1181959 commit d4888be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/guide/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ Using the template would reduce the example build script to this:

```
$ cat build.ss
#!/usr/bin/gxi
#!/usr/bin/env gxi
(import :std/build-script)
(defbuild-script
'("util"
(exe: "hello")))
```
```

0 comments on commit d4888be

Please sign in to comment.