1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00

Define an output file variable.

This commit is contained in:
Rob Rix 2019-12-17 16:49:45 -05:00
parent c93058be1b
commit d0412d7a88
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -8,6 +8,8 @@ cd $(dirname "$0")/..
root="$(pwd)"
ghc_version="$(ghc --numeric-version)"
output_file="${HIE_BIOS_OUTPUT:-/dev/stdout}"
if [ "$1" == "--builddir" ]; then
repl_builddir="$2"
shift 2