diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2019-11-03 21:57:11 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2019-11-27 19:25:29 +0200 |
commit | 61bb21b4181c06b5956b5d6f2f7831e56e4f1cf6 (patch) | |
tree | be2d55b56a801fa0755ec091c1d1d84360d55596 /contrib/gitian-descriptors/gitian-osx-signer.yml | |
parent | 577682d9e8cc07a8db9459a47b01f6c18decba7c (diff) |
script: Enable SC2155 rule for Gitian scripts
Also pwd command is replaced with $PWD variable everywhere for
consistency.
Diffstat (limited to 'contrib/gitian-descriptors/gitian-osx-signer.yml')
-rw-r--r-- | contrib/gitian-descriptors/gitian-osx-signer.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gitian-descriptors/gitian-osx-signer.yml b/contrib/gitian-descriptors/gitian-osx-signer.yml index d5a12f258d..217fa03871 100644 --- a/contrib/gitian-descriptors/gitian-osx-signer.yml +++ b/contrib/gitian-descriptors/gitian-osx-signer.yml @@ -17,7 +17,7 @@ script: | WRAP_DIR=$HOME/wrapped mkdir -p ${WRAP_DIR} - export PATH=$(pwd):$PATH + export PATH="$PWD":$PATH FAKETIME_PROGS="dmg genisoimage" # Create global faketime wrappers |