Skip to content

Commit

Permalink
fix #1234
Browse files Browse the repository at this point in the history
  • Loading branch information
neilpang committed Feb 5, 2018
1 parent 726c7a4 commit a51f109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5152,7 +5152,7 @@ install() {
#Modify shebang
if _exists bash; then
_info "Good, bash is found, so change the shebang to use bash as preferred."
_shebang='#!'"$(env bash -c "command -v bash")"
_shebang='#!'"$(bash -c "command -v bash")"
_setShebang "$LE_WORKING_DIR/$PROJECT_ENTRY" "$_shebang"
for subf in $_SUB_FOLDERS; do
if [ -d "$LE_WORKING_DIR/$subf" ]; then
Expand Down

0 comments on commit a51f109

Please sign in to comment.