2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

[debescan] Remove stray whitespaces

Signed-off-by: Olivier Mehani <shtrom@ssji.net>
This commit is contained in:
Olivier Mehani 2016-09-01 11:23:47 +10:00
parent 719190a542
commit b80913c039

View File

@ -13,7 +13,7 @@
#%# capabilities=autoconf
# Auto enable if we have debsecan only
if [ "$1" = "autoconf" ] ; then
if [ "$1" = "autoconf" ] ; then
if [ -x /usr/bin/debsecan ]; then
echo yes
else
@ -22,7 +22,7 @@ if [ "$1" = "autoconf" ] ; then
exit 0
fi
# Fail if we don't have debsecan
# Fail if we don't have debsecan
if [ ! -x /usr/bin/debsecan ]; then
exit 1
fi