Navigation Menu

Skip to content

Commit

Permalink
don't enter path phrase many times.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 28, 2010
1 parent d2c6718 commit c25fb3c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions yum/sign-rpm.sh
Expand Up @@ -20,7 +20,6 @@ run()
}

for distribution in ${DISTRIBUTIONS}; do
for rpm in $script_base_dir/${distribution}/*/*/*/*.rpm; do
run rpm -D "_gpg_name `$script_base_dir/gpg-uid.sh`" --resign $rpm
done;
run rpm -D "_gpg_name `$script_base_dir/gpg-uid.sh`" \
--resign $script_base_dir/${distribution}/*/*/*/*.rpm
done

0 comments on commit c25fb3c

Please sign in to comment.