File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" :" TestBox" ,
3- "version" :" 6.4.0 " ,
3+ "version" :" 6.3.2 " ,
44 "location" :" https://downloads.ortussolutions.com/ortussolutions/testbox/@build.version@/testbox-@build.version@.zip" ,
55 "author" :" Ortus Solutions <info@ortussolutions.com>" ,
66 "slug" :" testbox" ,
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010## [ Unreleased]
1111
12+ ### Fixed
13+
14+ - Update the ` run ` runners so they use the calculated location paths.
15+
1216## [ 6.3.1] - 2025-04-01
1317
1418### Fixed
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3+ # Get the path to the directory where this script is located
4+ DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
5+
36# Go baby go!
4- boxlang system/runners/BoxLangRunner.bx $@
7+ boxlang $DIR / system/runners/BoxLangRunner.bx $@
Original file line number Diff line number Diff line change 1- # Call the Runner
2- boxlang system/runners/BoxLangRunner.bx
1+ @ echo off
2+ setlocal
3+
4+ set " DIR = %~dp0 "
5+
6+ boxlang " %DIR% system/runners/BoxLangRunner.bx"
You can’t perform that action at this time.
0 commit comments