Navigation Menu

Skip to content

Commit

Permalink
change coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
y-ken committed Jun 7, 2013
1 parent 3466500 commit c426599
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/yum/sign-rpm.sh
Expand Up @@ -21,7 +21,8 @@ run()
fi
}

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

0 comments on commit c426599

Please sign in to comment.