Make shfmt happier

This commit is contained in:
Michael Wolf
2023-09-30 17:27:49 -06:00
parent a1aaa08747
commit 555a9b3d7e

View File

@@ -19,7 +19,7 @@ ret=0
# for discussion of alternatives. # for discussion of alternatives.
for i in _reformat-common.bash do-reformat.sh would-reformat.sh .root; do for i in _reformat-common.bash do-reformat.sh would-reformat.sh .root; do
if [[ -f "$here"/bin/"$i" ]] ; then if [[ -f "$here"/bin/"$i" ]]; then
dest=$(readlink bin/"$i") dest=$(readlink bin/"$i")
if [[ "$dest" == "$DIR/$i" ]]; then if [[ "$dest" == "$DIR/$i" ]]; then
echo "$i" is in place, good echo "$i" is in place, good