summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Ørsted Andresen <bo.andresen@zlin.dk>2007-09-19 06:15:10 +0000
committerBo Ørsted Andresen <bo.andresen@zlin.dk>2007-09-19 06:15:10 +0000
commit72d31f0fc0f8899be9aa5c8910e1cbfaebbeb026 (patch)
tree77e1b8ebc86be7658f4433b8d1ce3b16bc036bf8
parent5f4d13dc6341d41c637db3ad28aca73c1686bd37 (diff)
downloadwgetpaste-72d31f0fc0f8899be9aa5c8910e1cbfaebbeb026.tar.gz
Minor.
-rwxr-xr-xwgetpaste6
1 files 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