more small fixes to command printing code; simplify readline username completion if getpwent is not available

This commit is contained in:
Chet Ramey
2023-07-03 10:29:28 -04:00
parent 6a9e77e881
commit 935fe11af0
4 changed files with 38 additions and 15 deletions
+4 -4
View File
@@ -103,7 +103,7 @@ bb ()
foo
bar
EOF
)
);
echo after subshell
}
mkcoprocs is a function
@@ -114,13 +114,13 @@ mkcoprocs ()
producer 1
EOF1
}
};
coproc b {
cat <<EOF2
producer 2
EOF2
}
};
echo "coprocs created"
}
mkcoprocs is a function
@@ -130,6 +130,6 @@ mkcoprocs ()
heredoc
body
EOF
)
);
echo "coprocs created"
}