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:
parent
719190a542
commit
b80913c039
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user