]> git.plutz.net Git - vhs_kurs/blobdiff - clickslide/clickslide.sh
Tag 4
[vhs_kurs] / clickslide / clickslide.sh
index b1fd229bb1851d3f31f9854a48c2776305c7e550..ad28b0b4ce6f4bf55a9f144ac688e62845cae63c 100755 (executable)
@@ -16,13 +16,13 @@ _base64() {
 
 { "${0%/*}"/cgilite/html-sh.sed || cat; } \
 | {
-  line="$(line)"
+  read -r line
   while :; do 
     tag="${tag}${line%%>*}"
   
     if [ "$line" = "${line%%>*}" ]; then
       # $line did not contain ">" and thus was added to $tag entirely
-      if ! line="$(line)"; then
+      if ! read -r line; then
         printf %s\\n "$tag"
         break
       fi