updated check_dockerfiles.sh

pull/4/merge
Hari Sekhon 1 year ago
parent 139c9ffd3f
commit 32be40ecc6

@ -49,8 +49,8 @@ else
echo echo
max_len=0 max_len=0
for x in $filelist; do for x in $filelist; do
if [ ${#x} -gt $max_len ]; then if [ "${#x}" -gt "$max_len" ]; then
max_len=${#x} max_len="${#x}"
fi fi
done done
# to account for the semi colon # to account for the semi colon

Loading…
Cancel
Save