aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/path.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d/path.bash')
-rw-r--r--bash/bashrc.d/path.bash4
1 files changed, 3 insertions, 1 deletions
diff --git a/bash/bashrc.d/path.bash b/bash/bashrc.d/path.bash
index d2bf6d37..39d9e453 100644
--- a/bash/bashrc.d/path.bash
+++ b/bash/bashrc.d/path.bash
@@ -15,7 +15,9 @@ path() {
# Print help output (also done if command not found)
help|h|-h|--help|-\?)
- cat <<EOF
+ while IFS= read -r line ; do
+ printf '%s\n' "$line"
+ done <<EOF
$FUNCNAME: Manage contents of PATH variable
USAGE: