From 72d31f0fc0f8899be9aa5c8910e1cbfaebbeb026 Mon Sep 17 00:00:00 2001 From: Bo Ørsted Andresen Date: Wed, 19 Sep 2007 06:15:10 +0000 Subject: Minor. --- wgetpaste | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wgetpaste b/wgetpaste index 222ae7a..23a62b7 100755 --- a/wgetpaste +++ b/wgetpaste @@ -511,8 +511,6 @@ while [[ -n $1 ]]; do esac done -### everything below this should be independent of which service is being used... - ### defaults [[ $IGNORECONFIGS ]] || for f in {/etc/,~/.}wgetpaste{.d/*.bash,}; do [[ -f $f ]] && . "$f" @@ -534,6 +532,8 @@ CVT_TABS=No INFO_COMMAND="emerge --info" INFO_ARGS="--ignore-default-opts" +### everything below this should be independent of which service is being used... + # show listings if requested [[ $USAGE ]] && usage && exit 0 [[ $SHOWSERVICES ]] && showservices && exit 0 @@ -645,7 +645,7 @@ if [[ $INFO ]]; then fi fi -# now that tee has done it's job read data into INPUT +# now that tee has done its job read data into INPUT [[ $TEE ]] && INPUT=$(<"$TMPF") # escape DESCRIPTION and INPUT -- cgit v1.2.3