commit bash-20080828 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:28:04 -05:00
parent dd4f3dd893
commit 40c8fbee93
78 changed files with 7535 additions and 3603 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ read <&${COPROC[0]}
echo $REPLY
echo ${COPROC[@]}
cat /etc/passwd | grep root | awk -F: '{print $1;}'
cat /etc/passwd | grep root | awk -F: '{print $1;}' | sed 1q
exec 4<&${COPROC[0]}-
exec >&${COPROC[1]}-