[hamradio-commits] [dump1090-mutability] 19/172: Fix typo in oversampling config check.

Matteo F. Vescovi mfv at moszumanska.debian.org
Sun Jan 28 13:45:41 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 9457f2fb37217ae22d5489510954b25a5325dfe4
Author: Oliver Jowett <oliver at mutability.co.uk>
Date:   Sat Dec 6 22:50:55 2014 +0000

    Fix typo in oversampling config check.
---
 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 c755b2a..54eb3a1 100644
--- a/debian/dump1090-mutability.init
+++ b/debian/dump1090-mutability.init
@@ -71,7 +71,7 @@ case "x$GAIN" in
  *) ARGS="$ARGS --gain $GAIN" ;;
 esac
 if [ "x$PPM" != "x0" ]; then ARGS="$ARGS --ppm $PPM"; fi
-if [ "x$OVERSAMPLE" = "yes" ]; then ARGS="$ARGS --oversample"; fi
+if [ "x$OVERSAMPLE" = "xyes" ]; then ARGS="$ARGS --oversample"; fi
 
 # decoder:
 if [ "x$FIX_CRC" = "xyes" ]; then ARGS="$ARGS --fix"; fi

-- 
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