This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Support cross-testing (version 3)


>  # Produce properly quoted Bourne shell arguments for 'env' to carry
>  # over the current environment, less blacklisted variables.
>  exports="$(blacklist_exports)"
> -exports="${exports:+${exports}; }"

The comment talks about 'env' but this producing sh commands, not
a single 'env' command.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]