diff options
-rwxr-xr-x | wgetpaste | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -130,6 +130,7 @@ if [[ ! -r "${SOURCE}" ]]; then fi INPUT="$(escape "$(<${SOURCE})")" +[[ -z "${INPUT}" ]] && die "No input read. Nothing to paste. Aborting." NICK=$(escape "${NICK}") LANGUAGE=$(escape "${LANGUAGE}") |