mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-15 07:01:42 +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_pmax=16
|
||||
|
||||
function pow2() {
|
||||
pow2() {
|
||||
e=$1
|
||||
pow2_result=1
|
||||
while [ ${e} -gt 0 ] ; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue