From ff056df3d19f34b18643151047020716bd365dae Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 19 Sep 2019 13:20:06 +0300 Subject: [PATCH] docs: update --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 80ec757..40c818c 100644 --- a/README.md +++ b/README.md @@ -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"