@@ -355,7 +355,6 @@ while IFS='=' read -r key val; do
# export "$key=$val"
#
# Example with error handling:
#
# export "$key=$val" 2>/dev/null ||
# printf 'warning %s is not a valid variable name\n' "$key"
done < "file"
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.