diff options
author | Bo Ørsted Andresen <bo.andresen@zlin.dk> | 2007-09-19 06:15:10 +0000 |
---|---|---|
committer | Bo Ørsted Andresen <bo.andresen@zlin.dk> | 2007-09-19 06:15:10 +0000 |
commit | 72d31f0fc0f8899be9aa5c8910e1cbfaebbeb026 (patch) | |
tree | 77e1b8ebc86be7658f4433b8d1ce3b16bc036bf8 | |
parent | 5f4d13dc6341d41c637db3ad28aca73c1686bd37 (diff) | |
download | wgetpaste-72d31f0fc0f8899be9aa5c8910e1cbfaebbeb026.tar.gz |
Minor.
-rwxr-xr-x | wgetpaste | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |