diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-09-08 00:29:57 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-09-14 11:02:23 +0200 |
commit | 68d662e689cd42687341c550fb6ebb74e6968d21 (patch) | |
tree | 486cef41bd928b8db704894233b2cef94a6e346f /scripts | |
parent | save_join -> safe_join & save_path -> safe_filename (diff) | |
download | pyload-68d662e689cd42687341c550fb6ebb74e6968d21.tar.xz |
module -> pyload
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/clonedigger.sh | 2 | ||||
-rw-r--r-- | scripts/code_analysis.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/clonedigger.sh b/scripts/clonedigger.sh index 87c3437cf..358c1b68b 100644 --- a/scripts/clonedigger.sh +++ b/scripts/clonedigger.sh @@ -1,4 +1,4 @@ #!/bin/sh -PYLOAD="../module" # Check ~/pyload/module directory +PYLOAD="../pyload" # Check pyload directory clonedigger -o cpd.xml --cpd-output --fast --ignore-dir="lib" --ignore-dir="remote" $PYLOAD diff --git a/scripts/code_analysis.sh b/scripts/code_analysis.sh index dce93d63d..c853652bf 100644 --- a/scripts/code_analysis.sh +++ b/scripts/code_analysis.sh @@ -1,6 +1,6 @@ #!/bin/sh -PYLOAD="../module" # Check ~/pyload/module directory +PYLOAD="../pyload" # Check pyload directory echo "Running sloccount ..." REPORT="sloccount.sc" |