diff --git a/scripts/build.sh b/scripts/build.sh index 55244db139..7952b795c9 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,3 +1,4 @@ +#! /usr/bin/env bash echo "Starting build" # The build script; we build the application step by step as building everything at once takes too much RAM # Should be run from the repository root