From 9e64753569aa6cf92263d0761f6a460bf7586f55 Mon Sep 17 00:00:00 2001 From: deajan Date: Fri, 21 Dec 2018 12:44:41 +0100 Subject: [PATCH] Removed extra tabs --- dev/ofunctions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index 80ce8ea..5a05caf 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -31,7 +31,7 @@ #### OFUNCTIONS MINI SUBSET #### #### OFUNCTIONS MICRO SUBSET #### _OFUNCTIONS_VERSION=2.3.0-RC2 -_OFUNCTIONS_BUILD=2018121703 +_OFUNCTIONS_BUILD=2018122101 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTSTRAP=true #### _OFUNCTIONS_BOOTSTRAP SUBSET END #### @@ -1321,7 +1321,7 @@ function EscapeSpaces { # Usage var=$(EscapeDoubleQuotes "$var") or var="$(EscapeDoubleQuotes "$var")" function EscapeDoubleQuotes { local value="${1}" - + echo "${value//\"/\\\"}" }