Merge branch 'nd/ita-cleanup'
[gitweb.git] / git-sh-setup.sh
index 2eda134800b08e3dfcdc2084b221280b8d95e178..0c34aa62f6b1b33be67f4221290c9c5ce55beabe 100644 (file)
@@ -163,8 +163,8 @@ git_pager() {
        else
                GIT_PAGER=cat
        fi
-       : ${LESS=-FRX}
-       : ${LV=-c}
+       : "${LESS=-FRX}"
+       : "${LV=-c}"
        export LESS LV
 
        eval "$GIT_PAGER" '"$@"'
@@ -375,7 +375,7 @@ git_dir_init () {
                gettextln "Unable to determine absolute path of git directory" >&2
                exit 1
        }
-       : ${GIT_OBJECT_DIRECTORY="$(git rev-parse --git-path objects)"}
+       : "${GIT_OBJECT_DIRECTORY="$(git rev-parse --git-path objects)"}"
 }
 
 if test -z "$NONGIT_OK"