From 43cad6dcf5c51fb71013ce3b418646e903f1b784 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 6 Feb 2012 21:31:09 +0000 Subject: [PATCH] typo fix --- shell/helpers/path_helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/helpers/path_helpers.sh b/shell/helpers/path_helpers.sh index 344ec5f..653e0bc 100644 --- a/shell/helpers/path_helpers.sh +++ b/shell/helpers/path_helpers.sh @@ -128,7 +128,7 @@ path_add_before () { # # $ echo $PATH # /usr/bin:/usr/local/bin -# $ path_add_before "/usr/local/sbin" "/usr/local/bin" +# $ path_add_after "/usr/local/sbin" "/usr/local/bin" # $ echo $PATH # /usr/bin:/usr/local/bin:/usr/local/sbin #