From da7d7974832d7b4801e380fffacfd6cca3806bc9 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 7 Feb 2012 13:22:30 +0000 Subject: [PATCH] another typo fix --- shell/helpers/path_helpers.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell/helpers/path_helpers.sh b/shell/helpers/path_helpers.sh index 653e0bc..c1c0114 100644 --- a/shell/helpers/path_helpers.sh +++ b/shell/helpers/path_helpers.sh @@ -147,7 +147,8 @@ path_add_after () { # Strips first and last character from intput string. # # Example: -# __path_clean ":/bin:/usr/bin:" #=> /bin:/usr/bin +# $ __path_clean ":/bin:/usr/bin:" +# /bin:/usr/bin # __path_clean () { local dirs=${1%?}