diff options
author | Tomáš Chvátal <scarabeus@gentoo.org> | 2010-08-15 13:52:07 +0200 |
---|---|---|
committer | Tomáš Chvátal <scarabeus@gentoo.org> | 2010-08-15 13:52:07 +0200 |
commit | 1c8056ae23431ccfd2e8baaf7abb88b5094a29a1 (patch) | |
tree | 7ba46a751e6fba37be7533730d951116c1277b6c /scripts | |
parent | [scripts] whitespace (diff) | |
download | x11-1c8056ae23431ccfd2e8baaf7abb88b5094a29a1.tar.gz x11-1c8056ae23431ccfd2e8baaf7abb88b5094a29a1.tar.bz2 x11-1c8056ae23431ccfd2e8baaf7abb88b5094a29a1.zip |
[scripts] fixup comments.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/sync_those_damn_keywords.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/sync_those_damn_keywords.sh b/scripts/sync_those_damn_keywords.sh index 5b3accb9..75b5f229 100755 --- a/scripts/sync_those_damn_keywords.sh +++ b/scripts/sync_those_damn_keywords.sh @@ -38,7 +38,7 @@ function get_keywords() { echo ${keywords} } ############################################################################### -# set keywords for +# set keywords for all ebuilds in overlay for specified package ############################################################################### function set_keywords() { local overlay=$1 @@ -59,7 +59,7 @@ function set_keywords() { echo "true" } ############################################################################### -# cleanup all temporary files +# regenerate manifest on specified package ############################################################################### function regen_manifest() { local overlay=$1 |