OILS
/
test
/
gold
/ configure-bug.sh
View on Github
|
oilshell.org
13 lines, 8 significant
1
#!/usr/bin/env bash
2
3
detect_readline() {
4
echo foo >/dev/null 2>&1
5
echo
"
two
"
1>&2
6
}
7
8
main() {
9
detect_readline > _tmp/f2-out.txt
10
#detect_readline
11
}
12
13
main
"
$@
"