jovanbulck / jsh

A basic UNIX shell implementation in C
GNU General Public License v3.0
30 stars 10 forks source link

jsh 1.2.0 mac build #64

Closed jovanbulck closed 9 years ago

jovanbulck commented 9 years ago

add a binary for mac to the jsh 1.2.0 release

Note: since this release you have to build with make release to create releasable binaries:

$ git checkout v1.2.0
$ make release
$ cd JSH_1.2.0_RELEASE/
$ ./jsh --version
# should be something as "jsh 1.2.0 on Linux x86_64 (official release 07 Dec 2014)"
# copy the `jsh` binary in this folder, change name accordingly and upload to github
Wanimatrix commented 9 years ago

I have an issue with the makefile: the line IS_BSD gives me a Missing separator error. So to fix this we need to change this line to IS_BSD=1. Can we fix this in a 1.2.1 release?

jovanbulck commented 9 years ago

ok, good catch I'll release 1.2.1 in a minute fixing this bug and another one with the source builtin

Wanimatrix commented 9 years ago

Release 1.2.1 for mac is done!