@@ -453,7 +453,7 @@ if [ "$(printf '\x41')" != 'A' ]; then
fi
_ESCAPE_XARGS=""
if["$(printf %s '\\x41'| xargs printf)"='A'];then
if _exists xargs &&["$(printf %s '\\x41'| xargs printf)"='A'];then
_ESCAPE_XARGS=1
fi
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.