[Pkg-nagios-changes] [pkg-nagios-plugins] 08/13: remove eol prop from this one too
Jan Wagner
waja at moszumanska.debian.org
Tue Nov 26 23:14:29 UTC 2013
This is an automated email from the git hooks/post-receive script.
waja pushed a commit to tag debian/1.4-6sarge2
in repository pkg-nagios-plugins.
commit 397e93cf9292b18b80a2a938f045ec686dc6df1e
Author: Sean Finney <seanius at debian.org>
Date: Fri Feb 15 20:12:01 2008 +0000
remove eol prop from this one too
---
contrib/check_axis.sh | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/contrib/check_axis.sh b/contrib/check_axis.sh
index 231d9da..9514c4e 100644
--- a/contrib/check_axis.sh
+++ b/contrib/check_axis.sh
@@ -29,11 +29,9 @@ lines=`cat $tempfile | grep -i $port`
status=`echo $lines | awk '{ print $3 }'`
if [ "$status" == "Printing" ]; then
bytes=`echo $lines | awk '{ print $4 }'`;
- comments=`echo $lines | tr -d "
-" | awk '{ print $5 " " $6 }'`;
+ comments=`echo $lines | tr -d "
" | awk '{ print $5 " " $6 }'`;
else
- comments=`echo $lines | tr -d "
-" | awk '{ print $4 " " $5 }'`;
+ comments=`echo $lines | tr -d "
" | awk '{ print $4 " " $5 }'`;
fi
comma=`echo $comments | grep , | wc -l`
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins.git
More information about the Pkg-nagios-changes
mailing list