From: fuzzyray Date: Mon, 15 Oct 2007 21:12:28 +0000 (-0000) Subject: Fix typo in --packages-names case statement X-Git-Tag: gentoolkit-0.2.4.3~59 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6322e07be0ce429aba06a453471537808a3d9e4c;p=gentoolkit.git Fix typo in --packages-names case statement svn path=/; revision=454 --- 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