commit bash-20090319 snapshot

This commit is contained in:
Chet Ramey
2011-12-08 20:06:56 -05:00
parent 1231ac4798
commit c302751c7b
99 changed files with 43003 additions and 25662 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
shcat()
{
while read -r ; do
echo "$REPLY"
printf "%s\n" "$REPLY"
done
}