Skip to content

Commit

Permalink
[debescan] Remove stray whitespaces
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
  • Loading branch information
shtrom committed Sep 1, 2016
1 parent 719190a commit b80913c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/system/debsecan
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b80913c

Please sign in to comment.