Remove bashism.
Submitted by Mike Hommey.
This commit is contained in:
parent
7cca608575
commit
125b93e43f
@ -13,7 +13,7 @@ lg_tmin=3
|
|||||||
lg_pmin=12
|
lg_pmin=12
|
||||||
lg_pmax=16
|
lg_pmax=16
|
||||||
|
|
||||||
function pow2() {
|
pow2() {
|
||||||
e=$1
|
e=$1
|
||||||
pow2_result=1
|
pow2_result=1
|
||||||
while [ ${e} -gt 0 ] ; do
|
while [ ${e} -gt 0 ] ; do
|
||||||
|
Loading…
Reference in New Issue
Block a user