Skip to content

Commit

Permalink
Merge pull request #74 from Ledest/master
Browse files Browse the repository at this point in the history
checkall_buildrequires: fix bashism
  • Loading branch information
mvidner committed Dec 15, 2014
2 parents 2535a27 + e1bc627 commit a85b2c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ytools/yast2/checkall_buildrequires
Expand Up @@ -8,6 +8,7 @@ MISSING=`rpm -q -- $PKGS | grep "not installed" | sed -e 's/^package //' -e 's/
if [ -z "$MISSING" ]; then
echo "All required packages are installed"
else
echo -e "MISSING PACKAGES\n" >&2
echo "MISSING PACKAGES" >&2
echo >&2
echo "$MISSING"
fi
fi

0 comments on commit a85b2c6

Please sign in to comment.