remove extra whitespace
This commit is contained in:
parent
25c19198f6
commit
ccb7e08aae
|
@ -21,7 +21,7 @@ checksanity () {
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "${OS}" == "el" ] && [ "${DIST}" == "6" ]; then
|
if [ "${OS}" == "el" ] && [ "${DIST}" == "6" ]; then
|
||||||
type repoquery 2>&1 > /dev/null
|
type repoquery 2>&1 > /dev/null
|
||||||
|
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in New Issue