Skip to content

Commit

Permalink
updated Makefile.in
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Sep 19, 2024
1 parent f10e1c3 commit 1effe28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ build-script:
-v "$$PWD:/code" \
-w /code \
-e path="$$path" \
-e DEBUG="$$DEBUG" \
"$$(awk '/^FROM /{print $$2; exit}' Dockerfile)" \
sh -c 'export PATH="$$PATH:$$path"; ./build.sh; if type bash >/dev/null 2>&1; then exec bash; else exec sh; fi'

Expand Down

0 comments on commit 1effe28

Please sign in to comment.