mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-04 09:30:00 +03:00
Remove bashism.
Submitted by Mike Hommey.
This commit is contained in:
parent
7cca608575
commit
125b93e43f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue