diff options
-rwxr-xr-x | filter.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash #--------------------------------------------------------------- # Project : Mageia # Module : rpm @@ -31,6 +31,6 @@ if [ "$GREP_ARG" != ' ' ]; then else cat fi -exit 0 +exit ${PIPESTATUS[1]} # filter.sh ends here |