Skip to content

Commit ed233c1

Browse files
committed
.hie-bios don't hide error output
1 parent 999a8bf commit ed233c1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.hie-bios

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ hie_bios_flags() {
1010
while ((getline line < substr($1, 4)) > 0) {
1111
print line
1212
}
13-
}'
13+
next
14+
}
15+
{
16+
print $0 > "/dev/stderr"
17+
}
18+
'
1419
}
1520
if [[ -z "${HIE_BIOS_OUTPUT-}" ]]; then
1621
hie_bios_flags

0 commit comments

Comments
 (0)