projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb71b70
)
Fix typo in --packages-names case statement
author
fuzzyray
<fuzzyray@gentoo.org>
Mon, 15 Oct 2007 21:12:28 +0000
(21:12 -0000)
committer
fuzzyray
<fuzzyray@gentoo.org>
Mon, 15 Oct 2007 21:12:28 +0000
(21:12 -0000)
svn path=/; revision=454
trunk/src/revdep-rebuild/revdep-rebuild-sh
patch
|
blob
|
history
diff --git
a/trunk/src/revdep-rebuild/revdep-rebuild-sh
b/trunk/src/revdep-rebuild/revdep-rebuild-sh
index 92ed29fa43a5ea8f6394f45f58f745e7442051ca..2b9210dee1a0f6347b2092d8aeda1b3f97727437 100755
(executable)
--- 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