[hamradio-commits] [dump1090-mutability] 133/172: Remove a stray "fi" in the initscript. Should fix #127.

Matteo F. Vescovi mfv at moszumanska.debian.org
Sun Jan 28 13:45:53 UTC 2018


This is an automated email from the git hooks/post-receive script.

mfv pushed a commit to branch master
in repository dump1090-mutability.

commit b8dea4db0ae6283a735b64ecea8b1ff911c8bb8d
Author: Oliver Jowett <oliver at mutability.co.uk>
Date:   Sun Jul 10 11:41:02 2016 +0100

    Remove a stray "fi" in the initscript. Should fix #127.
---
 debian/dump1090-mutability.init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/dump1090-mutability.init b/debian/dump1090-mutability.init
index c77d04e..33f3934 100644
--- a/debian/dump1090-mutability.init
+++ b/debian/dump1090-mutability.init
@@ -61,7 +61,7 @@ if [ -n "$PPM" ]; then ARGS="$ARGS --ppm $PPM"; fi
 if [ "x$FIX_CRC" = "xyes" ]; then ARGS="$ARGS --fix"; fi
 if [ -n "$LAT" ]; then ARGS="$ARGS --lat $LAT"; fi
 if [ -n "$LON" ]; then ARGS="$ARGS --lon $LON"; fi
-ARGS="$ARGS --max-range $MAX_RANGE"; fi
+ARGS="$ARGS --max-range $MAX_RANGE"
 
 # net:
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/dump1090-mutability.git



More information about the pkg-hamradio-commits mailing list