1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-17 22:31:12 +01:00
zsh/Src/Modules/attr.mdd

13 lines
172 B
Text
Raw Normal View History

name=zsh/attr
link='if test "x$zsh_cv_use_xattr" = xyes; then
echo dynamic
else
echo no
fi
'
load=no
autofeatures="b:zgetattr b:zsetattr b:zdelattr"
objects="attr.o"