summaryrefslogtreecommitdiff
path: root/trunk
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2007-10-15 21:12:28 +0000
committerfuzzyray <fuzzyray@gentoo.org>2007-10-15 21:12:28 +0000
commit6322e07be0ce429aba06a453471537808a3d9e4c (patch)
tree952eed526ac9d996cc123f829f8ff651b1535e5a /trunk
parentbb71b70f46536eea5fb6587074d15603f0a5527c (diff)
downloadgentoolkit-6322e07be0ce429aba06a453471537808a3d9e4c.tar.gz
Fix typo in --packages-names case statement
svn path=/; revision=454
Diffstat (limited to 'trunk')
-rwxr-xr-xtrunk/src/revdep-rebuild/revdep-rebuild-sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/revdep-rebuild/revdep-rebuild-sh b/trunk/src/revdep-rebuild/revdep-rebuild-sh
index 92ed29f..2b9210d 100755
--- a/trunk/src/revdep-rebuild/revdep-rebuild-sh
+++ b/trunk/src/revdep-rebuild/revdep-rebuild-sh
@@ -156,7 +156,7 @@ while [ -n "$1" ]; do
shift
;;
-e|--exact) exact=true;;
- -X|--package-names) #compat ;;
+ -X|--package-names) ;; #compat
--) shift; emerge_opts="$@"; break;;
*) eerror "$0: unknown option $1"; exit 1;;
esac