summaryrefslogtreecommitdiffstats
path: root/include/filetype.h
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-04-13 14:04:40 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-04-18 19:53:08 +0800
commit733d85510c74d9638dc88e001f45412f30a2f3d0 (patch)
treeabb147da4a893592f81c7f469a99ead10538349c /include/filetype.h
parenta2d2e8868fe3c963ebac634b695ae18bb4b411ca (diff)
downloadbarebox-733d85510c74d9638dc88e001f45412f30a2f3d0.tar.gz
barebox-733d85510c74d9638dc88e001f45412f30a2f3d0.tar.xz
filetype: add Bourne Shell support
Put it at first as it's the most likely to detect Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/filetype.h')
-rw-r--r--include/filetype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/filetype.h b/include/filetype.h
index d0b62265b0..93387938be 100644
--- a/include/filetype.h
+++ b/include/filetype.h
@@ -16,6 +16,7 @@ enum filetype {
filetype_bzip2,
filetype_oftree,
filetype_aimage,
+ filetype_sh,
};
const char *file_type_to_string(enum filetype f);