Skip to content

Commit

Permalink
Fix build after bash fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Jul 13, 2016
1 parent 9d89921 commit b6e6285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ P.all([
helper.copyFileAsync(
nodistBin + '/nodist.sh',stagingBin + '/nodist.sh'),
helper.copyFileAsync(
nodistBin + '/bash_profile_content.sh',stagingBin + '/bash_profile_content.sh'),
nodistBin + '/nodist_bash_profile_content.sh',stagingBin + '/nodist_bash_profile_content.sh'),
helper.copyFileAsync(
nodistBin + '/nodist.cmd',stagingBin + '/nodist.cmd'),
helper.copyFileAsync(
Expand Down

0 comments on commit b6e6285

Please sign in to comment.