mirror of
https://github.com/lancachenet/monolithic
synced 2024-11-21 19:43:05 +00:00
Fixed CACHE_MEM_SIZE regression error
sh doesn't know how to process [[ if's so CACHE_MEM regression tests are not run Ooops, don't drink and code kids
This commit is contained in:
parent
5985081ed6
commit
364ebbe1e8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# Handle CACHE_MEM_SIZE deprecation
|
||||
|
|
Loading…
Reference in a new issue