Make sure it actually works... *sigh*
This commit is contained in:
parent
9cb04e3774
commit
92ceb2df77
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ while true;
|
|||
|
||||
printf '\n';
|
||||
|
||||
if [[ $1 = -e ]]
|
||||
if [[ $1 = -e && $i != 1 ]]
|
||||
then i=$((i*i))
|
||||
else i=$((i+1))
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue