Skip to content

Commit

Permalink
Merge pull request #2426 from Hywan/fix-wax-bin-file-generation
Browse files Browse the repository at this point in the history
fix(wapm) Fix the `wax` script generation
  • Loading branch information
syrusakbary authored Jun 17, 2021
2 parents 327192c + 76a856d commit e315431
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C

## **[Unreleased]**

### Fixed
- [#2426](https://github.com/wasmerio/wasmer/pull/2426) Fix the `wax` script generation.

## 2.0.0 - 2020/06/16

### Added
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ package-wapm:
ifneq (, $(filter 1, $(IS_DARWIN) $(IS_LINUX)))
if [ -d "wapm-cli" ]; then \
cp wapm-cli/$(TARGET_DIR)/wapm package/bin/ ;\
echo "#!/bin/bash\nwapm execute \"\$$@\"" > package/bin/wax ;\
echo -e "#!/bin/bash\nwapm execute \"\$$@\"" > package/bin/wax ;\
chmod +x package/bin/wax ;\
fi
else
Expand Down

0 comments on commit e315431

Please sign in to comment.