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