From 5f4d13dc6341d41c637db3ad28aca73c1686bd37 Mon Sep 17 00:00:00 2001 From: Bo Ørsted Andresen Date: Wed, 19 Sep 2007 06:11:03 +0000 Subject: Move INFO_COMMAND too. --- wgetpaste | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/wgetpaste b/wgetpaste index c8c9108..222ae7a 100755 --- a/wgetpaste +++ b/wgetpaste @@ -10,10 +10,6 @@ VERSION="9999" E=$'\e' N=$'\n' -# Used for --info and --info-only -INFO_COMMAND="emerge --info" -INFO_ARGS="--ignore-default-opts" - ### services SERVICES="ca rafb osl sh" # ca @@ -535,6 +531,9 @@ NICK=${NICK:-$(escape "${DEFAULT_NICK}")} [[ -z $SOURCE ]] && SOURCE="stdin" && FILES[${#FILES[*]}]="/dev/stdin" CVT_TABS=No +INFO_COMMAND="emerge --info" +INFO_ARGS="--ignore-default-opts" + # show listings if requested [[ $USAGE ]] && usage && exit 0 [[ $SHOWSERVICES ]] && showservices && exit 0 -- cgit v1.2.3