Skip to content

Commit

Permalink
dev-ruby/ruby-prof: change variable brace style
Browse files Browse the repository at this point in the history
Closes: gentoo#21022
Signed-off-by: Sam James <[email protected]>
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
thesamesam authored and SoapGentoo committed May 28, 2021
1 parent 6d1eb8a commit 70d54e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-ruby/ruby-prof/ruby-prof-0.18.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand Down Expand Up @@ -56,7 +56,7 @@ all_ruby_install() {
all_fakegem_install

for dir in examples ; do
docinto "$dir"
dodoc -r "$dir"/*
docinto "${dir}"
dodoc -r "${dir}"/.
done
}

0 comments on commit 70d54e0

Please sign in to comment.