Merge pull request #198 from rillig/patch-1

src/Unix/Darwin/testlmem.sh: make code shorter
This commit is contained in:
asvitkine 2020-05-05 17:50:15 -04:00 committed by GitHub
commit 9a905723db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -20,8 +20,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
PAGEZERO_SIZE=0x2000
[[ -n "$1" ]] && PAGEZERO_SIZE=$1
PAGEZERO_SIZE=${1:-0x2000}
# You want all the output to go to stderr so that configure is quiet but
# config.log is verbose.
{ echo 'building lowmem utility' && \