]> git.plutz.net Git - shellwiki/commitdiff
bugfix: passthrough of non-convertible attachment types
authorPaul Hänsch <paul@plutz.net>
Thu, 26 May 2022 09:39:57 +0000 (11:39 +0200)
committerPaul Hänsch <paul@plutz.net>
Thu, 26 May 2022 09:39:57 +0000 (11:39 +0200)
handlers/20_attachment.sh

index 63b42b4ea14058665ad850069e9082167153dd4a..ac73932a725b6f7ae195984f863148c6cacee0df 100755 (executable)
@@ -61,6 +61,7 @@ attachment_convert(){
       printf %s "$attpath"
       return 0
     ;;
+    *) printf "$attpath";;
   esac
 }