Update comments to not be a changelog.

This commit is contained in:
Hyperling 2023-07-05 18:45:40 -07:00
parent c40219691a
commit a12fd8dfd0

View File

@ -1,5 +1,6 @@
#!/bin/bash #!/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` DIR=`dirname $0`
if [[ $DIR == \.* ]]; then if [[ $DIR == \.* ]]; then