build(Not-sh-but-bash): Changed from sh to bash shell
Some checks are pending
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is pending

This commit is contained in:
Anne de Jong 2023-09-17 19:52:31 +02:00
parent df4e2cb573
commit 63122b8a42

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/bash
# Build LASP on Arch Linux, assuming we start in a clean docker container. # Build LASP on Ubuntu Linux, assuming we start in a clean docker container.
# After that, test stuff. # After that, test stuff.
# Assumptions # Assumptions
# - CWD is root of lasp repository # - CWD is root of lasp repository