summaryrefslogtreecommitdiffstats
path: root/identify/interpreters.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-03 08:06:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-03 08:06:52 +0000
commit8c4873ce1f173d77328573db8b2b97560dcf2b59 (patch)
treef42b55ea845425de54b61a0a29e9b42bac878f45 /identify/interpreters.py
parentAdding upstream version 2.3.0. (diff)
downloadidentify-8c4873ce1f173d77328573db8b2b97560dcf2b59.tar.xz
identify-8c4873ce1f173d77328573db8b2b97560dcf2b59.zip
Adding upstream version 2.3.3.upstream/2.3.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'identify/interpreters.py')
-rw-r--r--identify/interpreters.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/identify/interpreters.py b/identify/interpreters.py
index dabf36c..fde9e25 100644
--- a/identify/interpreters.py
+++ b/identify/interpreters.py
@@ -3,6 +3,7 @@ INTERPRETERS = {
'awk': {'awk'},
'bash': {'shell', 'bash'},
'bats': {'shell', 'bash', 'bats'},
+ 'cbsd': {'shell', 'cbsd'},
'csh': {'shell', 'csh'},
'dash': {'shell', 'dash'},
'expect': {'expect'},