hooks/do-extract: treat *.sh files as text files

This commit is contained in:
Piotr Wójcik 2020-02-11 22:52:33 +01:00 committed by Piotr
parent affcffff4e
commit 9e585603d6
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ hook() {
*.patch) cursufx="txt";;
*.diff) cursufx="txt";;
*.txt) cursufx="txt";;
*.sh) cursufx="txt";;
*.7z) cursufx="7z";;
*.gem) cursufx="gem";;
*.crate) cursufx="crate";;