From 9b418369ff5ecfddf988285617e5d274fb7f0a4a Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Tue, 13 Dec 2016 23:16:52 +0100 Subject: travis: yet another fix --- build-aux/travis-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-aux') 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" -- cgit v1.2.3-18-g5258