Imported from ../bash-2.0.tar.gz.

This commit is contained in:
Jari Aalto
2009-09-12 16:46:49 +00:00
parent 726f63884d
commit ccc6cda312
502 changed files with 91975 additions and 69110 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
shcat()
{
while read line
while read -r line
do
echo "$line"
done