Navigation Menu

Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 8, 2013
1 parent 8ef8459 commit 4a20ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/yum/sign-rpm.sh
Expand Up @@ -23,8 +23,8 @@ run()

get_unsigned_rpm()
{
files=$(rpm --checksig $1 | grep -v 'gpg OK' | cut -d":" -f1)
echo $files
files=$(rpm --checksig $1 | grep -v 'gpg OK' | cut -d":" -f1)
echo $files
}
export -f get_unsigned_rpm

Expand Down

0 comments on commit 4a20ae5

Please sign in to comment.