From: Holger Levsen Date: Fri, 1 Jun 2012 13:17:25 +0000 (+0200) Subject: actually give special treatment only X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=9b38867b4053baa5a7fa4fb37734285bfb6f9851;p=profitbricks%2Fjenkins-build-scripts.git actually give special treatment only --- diff --git a/puppet_lint_run.sh b/puppet_lint_run.sh index 163e743..c135c9d 100755 --- a/puppet_lint_run.sh +++ b/puppet_lint_run.sh @@ -31,9 +31,10 @@ for file in $(find . -iname '*.pp') ; do # all is good grep -v "WARNING:quoted boolean value found" $OUTPUT fi + # normally we do: + else + cat $OUTPUT fi - cat $OUTPUT - rm $OUTPUT fi done rm -f $OUTPUT