Skip to content

Commit

Permalink
Merge pull request alibaba#83 from hejack0207/develop
Browse files Browse the repository at this point in the history
move bash shebang to head of script,now it not works in zsh working e…
  • Loading branch information
oldmanpushcart authored Jun 17, 2018
2 parents 8cf106a + 1a2edda commit 7ba7f2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions bin/install-local.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env bash

# program : install-local.sh
# author : luanjia@taobao.com
# date : 2017-01-01
# version : 0.0.0.1
#!/usr/bin/env bash

typeset SANDBOX_INSTALL_PREFIX
typeset DEFAULT_SANDBOX_INSTALL_PREFIX="${HOME}/.opt"
Expand Down Expand Up @@ -91,4 +92,4 @@ function main() {

}

main "${@}"
main "${@}"
4 changes: 2 additions & 2 deletions bin/sandbox.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env bash

# program : sandbox
# author : luanjia@taobao.com
# date : 2018-03-12
# version : 0.0.0.2

#!/usr/bin/env bash

# define sandbox's home
# will be replace by install-local.sh
typeset SANDBOX_HOME_DIR
Expand Down

0 comments on commit 7ba7f2c

Please sign in to comment.