]> Sergey Matveev's repositories - nnn.git/commitdiff
Block data type
authorArun Prakash Jana <engineerarun@gmail.com>
Sat, 9 May 2020 20:48:02 +0000 (02:18 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sat, 9 May 2020 20:48:02 +0000 (02:18 +0530)
plugins/nuke

index 9fea1dbe8439c7a6d2b8f9d8f055e0f6efc32ed4..97e3377a912dcc7b95e6f89f03433c1c1734f61e 100755 (executable)
@@ -477,6 +477,9 @@ handle_blocked() {
 
         application/x-shellscript)
             exit 0;;
+
+        application/octet-stream)
+            exit 0;;
     esac
 }