diff options
-rwxr-xr-x | build-aux/travis-deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/travis-deploy.sh b/build-aux/travis-deploy.sh index 54584e9..def5e9b 100755 --- a/build-aux/travis-deploy.sh +++ b/build-aux/travis-deploy.sh @@ -52,7 +52,7 @@ for f in "${FILES[@]}"; do echo " * Processing file: $(basename ${f}):" echo -n " Generating SHA512 checksum ... " - pushd build > /dev/null + pushd "$(dirname ${f})" > /dev/null sha512sum "$(basename ${f})" > "$(basename ${f}).sha512" popd > /dev/null echo "done" |