From e76ee3f71421ad2c4a6ae9b18cf005b0ccdea1b3 Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Thu, 11 Nov 2021 10:53:24 -0800 Subject: [PATCH] add gemstone/bin to dev/defPath.env --- dev/defPath.env | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/defPath.env b/dev/defPath.env index e3f2ec9..49f96d8 100644 --- a/dev/defPath.env +++ b/dev/defPath.env @@ -7,4 +7,5 @@ pushd "$( dirname "${BASH_SOURCE[0]}" )" cd .. export PATH="`pwd`/bin":$PATH export PATH="`pwd`/scriptBin":$PATH + export PATH="`pwd`/gemstone/bin":$PATH popd