Make -n option actually do something.

This commit is contained in:
Ulrich Drepper 2001-09-20 19:06:30 +00:00
parent 8bbbd5d09c
commit c788cd706d

View File

@ -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"