From a12fd8dfd00b7b4322d3f3e240e7dddea3a1c6d7 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 5 Jul 2023 18:45:40 -0700 Subject: [PATCH] Update comments to not be a changelog. --- source.env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source.env b/source.env index 4d6e7c1..8699855 100644 --- a/source.env +++ b/source.env @@ -1,5 +1,6 @@ #!/bin/bash -# 2023-07-05 Converted the env file to a shell script so that $0 can be used. +# Provide any necessary project variables. +# Script is a shell file so that the paths can be relative. DIR=`dirname $0` if [[ $DIR == \.* ]]; then