hooks/do-extract: treat *.sh files as text files
This commit is contained in:
parent
affcffff4e
commit
9e585603d6
@ -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";;
|
||||
|
Loading…
x
Reference in New Issue
Block a user