mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 13:13:06 +00:00
Remove bashism.
Submitted by Mike Hommey.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user