From 8bdba93c1a5d3b7500dec73a12fa9c40b43b9e2a Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 16 Sep 2012 18:36:08 -0700 Subject: __strip_duplicate_slashes: quote paths --- bin/bashrc-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/bashrc-functions.sh') diff --git a/bin/bashrc-functions.sh b/bin/bashrc-functions.sh index 30a7a8e1e..f1b6bb538 100644 --- a/bin/bashrc-functions.sh +++ b/bin/bashrc-functions.sh @@ -29,7 +29,7 @@ __strip_duplicate_slashes() { while [[ ${removed} == *//* ]] ; do removed=${removed//\/\///} done - echo ${removed} + echo "${removed}" fi } -- cgit v1.2.3-1-g7c22