]> git.plutz.net Git - clickslide/commitdiff
faulty replacement in last commit
authorPaul Hänsch <paul@plutz.net>
Wed, 16 Oct 2019 12:18:25 +0000 (14:18 +0200)
committerPaul Hänsch <paul@plutz.net>
Wed, 16 Oct 2019 12:18:25 +0000 (14:18 +0200)
clickslide.sh

index 70249148a71f82eb3a862aa2307e506e43b1b612..750b6b0c05380c918ab8426f61cc6ae21ea46956 100755 (executable)
@@ -33,7 +33,7 @@ _base64() {
   "
     else
       # $line is shortened by segment added to $tag
   "
     else
       # $line is shortened by segment added to $tag
-      read -r line
+      line="${line#*>}"
       tag="${tag}>"
     fi
 
       tag="${tag}>"
     fi