Imported from ../bash-2.0.tar.gz.
[platform/upstream/bash.git] / examples / functions / shcat
index 55a3096..c5d3d63 100644 (file)
@@ -1,6 +1,6 @@
 shcat()
 {
-       while read line
+       while read -r line
        do
                echo "$line"
        done