diff options
author | Bo Ørsted Andresen <bo.andresen@zlin.dk> | 2007-06-03 01:32:02 +0000 |
---|---|---|
committer | Bo Ørsted Andresen <bo.andresen@zlin.dk> | 2007-06-03 01:32:02 +0000 |
commit | 4b98336b8f831e54032dfa7f8050f03228464aaf (patch) | |
tree | 581c01a3e753347d396998e9d309f5a6b231769a | |
parent | ccef4488d68d61259f278bf8ee0567fb60e9c25a (diff) | |
download | wgetpaste-4b98336b8f831e54032dfa7f8050f03228464aaf.tar.gz |
Oops.
-rwxr-xr-x | wgetpaste | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -134,7 +134,7 @@ EOF show() { echo "${1:0:1}${2:1}s supported by $(getrecipient) (case sensitive):" local nr extra - eval "nr=\"\${#{ENGINE}_${1}[@]}\"" + eval "nr=\"\${#${ENGINE}_${1}[@]}\"" [[ EXPIRATIONS == $1 ]] && eval "extra=\"\${${SERVICE}[3]}\"" [[ 0 = $nr ]] && echo -e "\n${extra}\"${SERVICE}\" has no support for setting ${2% *}." >&2 for ((i=0; i<${nr}; i++)); do |