mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-27 23:53:18 +02:00
more small fixes to command printing code; simplify readline username completion if getpwent is not available
This commit is contained in:
+4
-4
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user