diff options
-rwxr-xr-x | wgetpaste | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -526,8 +526,8 @@ 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" +INFO_COMMAND=${INFO_COMMAND:-"emerge --info"} +INFO_ARGS=${INFO_ARGS:-"--ignore-default-opts"} ### everything below this should be independent of which service is being used... |