diff options
-rwxr-xr-x | dorelease | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ scp ${tarball_prefix}* \ if [[ ${webrelease} -gt 0 ]]; then tmpfile=$(mktemp /tmp/myemail-XXXXXXX) - tmpath=${webpath%*\/} + tmppath=${webpath%*\/} tmppath=${tmppath/*\/} shortlog=$(mktemp /tmp/myshortlog-XXXXXXX) |