mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Make -n option actually do something.
This commit is contained in:
parent
8bbbd5d09c
commit
c788cd706d
@ -219,6 +219,11 @@ if test -n "$datafile"; then
|
||||
add_env="$add_env MEMUSAGE_OUTPUT=$datafile"
|
||||
fi
|
||||
|
||||
# Set program name.
|
||||
if test -n "$progname"; then
|
||||
add_env="$add_env MEMUSAGE_PROG_NAME=$progname"
|
||||
fi
|
||||
|
||||
# Set buffer size.
|
||||
if test -n "$buffer"; then
|
||||
add_env="$add_env MEMUSAGE_BUFFER_SIZE=$buffer"
|
||||
|
Loading…
Reference in New Issue
Block a user