diff --git a/scripts/build.sh b/scripts/build.sh index 55244db13..9ad6d3630 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,3 +1,5 @@ +#! /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