This is an automated email from the ASF dual-hosted git repository. bchapuis pushed a commit to branch 766-tileset in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
commit fd933c03193c7cc64a7e0cdebc7320e3b92a677f Author: Bertil Chapuis <[email protected]> AuthorDate: Tue Sep 5 10:28:53 2023 +0200 Fix build script --- scripts/build-project.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/build-project.sh b/scripts/build-project.sh index 3da24e12..0b9b3355 100755 --- a/scripts/build-project.sh +++ b/scripts/build-project.sh @@ -10,6 +10,9 @@ # or implied. See the License for the specific language governing permissions and limitations under # the License. +DIR="$(dirname "$0")" +cd "$DIR" || exit + echo "" echo "--------------------------------------------------------------------" echo "Build the project"
