Commit ea2c35ad656de63edb95c17592c63d159d24619e
1 parent
9456401f80
Exists in
master
bugfix :D
Showing 1 changed file with 7 additions and 7 deletions Side-by-side Diff
main_tools/OneScriptToRuleThemAll.sh
... | ... | @@ -43,13 +43,13 @@ |
43 | 43 | MAIN_SCRIPT_PATH=$(dirname $(readlink -e $0)) |
44 | 44 | |
45 | 45 | RING="" |
46 | -$p1=0 | |
47 | -$p2=0 | |
48 | -$conf=0 | |
49 | -$exploitconf=0 | |
50 | -$p3=0 | |
51 | -$recompose=0 | |
52 | -$scoring=0 | |
46 | +p1=0 | |
47 | +p2=0 | |
48 | +conf=0 | |
49 | +exploitconf=0 | |
50 | +p3=0 | |
51 | +recompose=0 | |
52 | +scoring=0 | |
53 | 53 | |
54 | 54 | #---------------# |
55 | 55 | # Parse Options # |