Remove extraneous true nop
This commit is contained in:
parent
aaedc6222a
commit
971a198c45
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ vigenere_dec() {
|
|||
printf \\"$(printf %03o "$decr")"
|
||||
key=${key:1}${key:0:1}
|
||||
else
|
||||
true
|
||||
printf %c "${enc:idx:1}"
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue