branch: externals/compat commit 8d4dfded6c30988bc8b6b444e010d526c246d73a Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Use ash --- compat-28.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat-28.el b/compat-28.el index 7a73c26e00..33d52f966d 100644 --- a/compat-28.el +++ b/compat-28.el @@ -606,7 +606,7 @@ such as `?d' for a directory, or `?l' for a symbolic link and will override the leading `-' char." (string (or filetype - (pcase (lsh mode -12) + (pcase (ash mode -12) ;; POSIX specifies that the file type is included in st_mode ;; and provides names for the file types but values only for ;; the permissions (e.g., S_IWOTH=2).