diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-01-12 18:17:27 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-01-12 18:17:27 +0100 |
commit | fc80bdf246994fdff9d848c43111d57054806f6a (patch) | |
tree | cccebb5f0b65ea0ced59285c6fc7bb8721480fe7 | |
parent | scripts for testing and syntax unit test (diff) | |
download | pyload-fc80bdf246994fdff9d848c43111d57054806f6a.tar.xz |
cpd fix
-rwxr-xr-x | tests/clonedigger.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/clonedigger.sh b/tests/clonedigger.sh index 69b1c13fa..8ac9f2657 100755 --- a/tests/clonedigger.sh +++ b/tests/clonedigger.sh @@ -1,2 +1,2 @@ #!/bin/bash -clonedigger -o cpd.xml --cpd-output --ignore-dir=module/lib . +clonedigger -o cpd.xml --cpd-output --ignore-dir=lib module |