Skip to content

Commit

Permalink
Fix release generation
Browse files Browse the repository at this point in the history
  • Loading branch information
katcipis committed Nov 13, 2017
1 parent 0088976 commit 6794a61
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hack/releaser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ for os in $supported_os {
execfiles = ( ($nash_src $nash_dst) ($nashfmt_src $nashfmt_dst) )
execfiles <= prepare_execs($execfiles, $os)

# TODO: Improve with glob, right now have only one package =)
distfiles <= append($execfiles, ("./stdlib/fmt.sh" $stdlibdir))
# TODO: Improve with glob, right now have only two packages =)
distfiles <= append($execfiles, ("./stdlib/io.sh" $stdlibdir))
distfiles <= append($distfiles, ("./stdlib/map.sh" $stdlibdir))

for distfile in $distfiles {
src = $distfile[0]
Expand Down

0 comments on commit 6794a61

Please sign in to comment.