From e396d4b887d6e4d122c0609c22094fc6466545dd Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Tue, 19 Sep 2023 15:53:42 -0400 Subject: [PATCH] test: `.` -> `source` --- bin/run-groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run-groovy b/bin/run-groovy index c08edddeb6..a39a3b853a 100755 --- a/bin/run-groovy +++ b/bin/run-groovy @@ -1,6 +1,6 @@ #!/bin/sh -. `dirname $0`/env.sh groovy +source `dirname $0`/env.sh groovy echo """ ****************************************