Merge pull request #79 from JRGTH/master

Minor code cleanup/formatting
This commit is contained in:
Christer Edwards
2019-12-12 20:41:22 -08:00
committed by GitHub
6 changed files with 8 additions and 9 deletions

View File

@@ -51,7 +51,6 @@ if [ $# -gt 0 ]; then
REL_LIST=$(ls "${bastille_releasesdir}" | sed "s/\n//g") REL_LIST=$(ls "${bastille_releasesdir}" | sed "s/\n//g")
for _REL in ${REL_LIST}; do for _REL in ${REL_LIST}; do
if [ -f "${bastille_releasesdir}/${_REL}/root/.profile" ]; then if [ -f "${bastille_releasesdir}/${_REL}/root/.profile" ]; then
#echo "${bastille_releasesdir}/${_REL}"
echo "${_REL}" echo "${_REL}"
fi fi
done done