]> The Tcpdump Group git mirrors - tcpdump/commitdiff
uudecode actually does not support -h, but --help
authorMichael Richardson <[email protected]>
Fri, 5 Mar 2010 17:38:27 +0000 (12:38 -0500)
committerMichael Richardson <[email protected]>
Fri, 5 Mar 2010 17:38:27 +0000 (12:38 -0500)
Makefile.in

index a419a445dfba2a420df985967569943b4484209e..08b9ebf2f8ae155bf0e58402e50cc13ffa9c77e8 100644 (file)
@@ -349,7 +349,7 @@ distclean:
            config.h gnuc.h os-proto.h stamp-h stamp-h.in $(PROG).1
 
 check: tcpdump
-       uudecode -h || (echo "No uudecode program found, not running tests"; echo "apt-get/rpm install sharutils?"; exit 1)
+       uudecode --help || (echo "No uudecode program found, not running tests"; echo "apt-get/rpm install sharutils?"; exit 1)
        (cd tests && ./TESTrun.sh)
 
 tags: $(TAGFILES)