diff options
author | 2014-12-07 21:54:34 +0100 | |
---|---|---|
committer | 2015-04-17 17:59:31 +0200 | |
commit | 817a3d66e6ddaf90e4649212dae4c240a0847c9c (patch) | |
tree | 5d4413e436981c385524eed52b9bb53743e8d966 /tests/clonedigger.sh | |
parent | PEP-8, Python Zen, refactor and reduce code (part 3 in master module) (diff) | |
download | pyload-817a3d66e6ddaf90e4649212dae4c240a0847c9c.tar.xz |
PEP-8, Python Zen, refactor and reduce code (part 4 in master script). Bash varible $VAR to ${VAR}
Conflicts:
scripts/clonedigger.sh
scripts/code_analysis.sh
Diffstat (limited to 'tests/clonedigger.sh')
-rw-r--r-- | tests/clonedigger.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/clonedigger.sh b/tests/clonedigger.sh index 641e7ff64..4c53eab0d 100644 --- a/tests/clonedigger.sh +++ b/tests/clonedigger.sh @@ -1,4 +1,4 @@ #!/bin/sh PYLOAD="../pyload" # Check pyload directory -clonedigger -o cpd.xml --cpd-output --fast --ignore-dir="remote" $PYLOAD +clonedigger -o cpd.xml --cpd-output --fast --ignore-dir="remote" ${PYLOAD} |