diff options
| author | ruki <[email protected]> | 2020-10-23 23:35:19 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-10-23 23:35:19 +0800 |
| commit | ae02bbbad26a500f50e6786c2cc908a781fb4d67 (patch) | |
| tree | 34c73d3859c36b51990fbff7060041faad37f8ca | |
| parent | e46c2b93962d96c6ef0a9d46fb99ab7ab53b173d (diff) | |
fix makefile
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ install: @cp $(xmake_core) $(xmake_core_install) @chmod 777 $(xmake_core_install) @# install the xrepo bin file - @echo "#!/usr/bin/env sh\n$(xmake_core_install) lua private.xrepo \""'$$@"' > $(xrepo_bin_install) + @echo -e "#!/usr/bin/env sh\n$(xmake_core_install) lua private.xrepo \""'$$@"' > $(xrepo_bin_install) @chmod 777 $(xrepo_bin_install) @# remove xmake.out @if [ -f "$(TMP_DIR)/xmake.out" ]; then rm $(TMP_DIR)/xmake.out; fi |
