adding more

This commit is contained in:
Lucas Gravley 2019-12-03 14:07:19 -06:00
parent 90502fda22
commit ebabe5e931

View file

@ -2054,8 +2054,14 @@ BuildFileList()
#################################################
# Itterate through the array of all files found #
#################################################
echo "Files that have been modified in the commit(s):"
for FILE in "${RAW_FILE_ARRAY[@]}"
do
##############
# Print file #
##############
echo "File:[$FILE]"
###########################
# Get the files extension #
###########################