From 9e585603d6533133cba1686311d5b0f6e7c36144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 11 Feb 2020 22:52:33 +0100 Subject: [PATCH] hooks/do-extract: treat *.sh files as text files --- common/hooks/do-extract/00-distfiles.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/common/hooks/do-extract/00-distfiles.sh b/common/hooks/do-extract/00-distfiles.sh index 4427c13cc44..cd70c48bace 100644 --- a/common/hooks/do-extract/00-distfiles.sh +++ b/common/hooks/do-extract/00-distfiles.sh @@ -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";;