switch from elipsis to three "."s

This commit is contained in:
kytv
2013-09-27 20:14:36 +00:00
parent 46bc479884
commit 33827f9aaf

View File

@ -51,7 +51,7 @@ SCRIPTFILES="\
" "
for script in $SCRIPTFILES; do for script in $SCRIPTFILES; do
echo "Checking $script " echo "Checking $script ..."
if sh -n "$script" ; then : ; else if sh -n "$script" ; then : ; else
echo "********* FAILED CHECK FOR $script *************" echo "********* FAILED CHECK FOR $script *************"
FAIL=1 FAIL=1